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"