TasksAsync jobs
Cancel Task
POST /v1/tasks/cancel
Cancel a queued or running task. Charges are released for any work that has not yet been billed.
- Vendor
- Async jobs
- Endpoint
- POST /v1/tasks/cancel
- Pricing
- Free
Quick start
curl https://llm.bytespike.ai/v1/tasks/query \ -G \ -H "Authorization: Bearer $BYTESPIKE_API_KEY" \ --data-urlencode "task_id=$YOUR_TASK_ID"
Full reference at docs.bytespike.ai
Schemas, request/response examples, error codes, and code samples in five SDKs. We're moving everything into the Mintlify surface — until then, this page is the at-a-glance card.
Open external reference