Competitive Coding Tutor API
Tackle competition-grade and hard algorithmic problems that standard synchronous APIs cannot handle reliably. This API utilizes an advanced chain-of-thought reasoning engine wrapped in a serverless asynchronous "fire-and-poll" pattern, ensuring complex computations never drop due to standard HTTP timeouts.
Competitive Coding Tutor API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Advanced Tutor | ||
| POST |
submitAdvancedJob /tutor/solve-advanced |
Accepts a coding problem and returns `202 Accepted` with a `job_id` immediately. The background worker then invokes `deepseek-reasoner` (R1 chain-of-thought) which can take… |
| GET |
getAdvancedJobStatus /tutor/solve-advanced/{job_id} |
Returns the current state of an async job. Poll every 5–10 seconds until `status` is `COMPLETED` or `FAILED`. **Status lifecycle:** `PENDING` → `PROCESSING` → `COMPLETED` |… |
Competitive Coding Tutor API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $14.99 / month | 30 / minute |
|
| ULTRA | $59.99 / month | 30 / minute |
|
| MEGA | $129.99 / month | 30 / minute |
|