Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://platform.aifano.com/cancel/{job_id} \ --header 'Authorization: Bearer <token>'
{ "status": "cancelled" }
Cancel a running async job.
API key authentication. Use your Aifano API key (starts with ak_live_) as the Bearer token.
ak_live_
The job ID to cancel.
Job cancelled
"cancelled"