cURL
curl --request POST \ --url https://platform.aifano.com/pipeline_async \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "input": "<string>", "pipeline_id": "<string>", "async": { "priority": false, "webhook": { "mode": "svix", "url": "<string>" }, "metadata": "<unknown>" } } '
{ "job_id": "<string>" }
Asynchronously execute a pipeline. Returns a job_id for polling.
API key authentication. Use your Aifano API key (starts with ak_live_) as the Bearer token.
ak_live_
The document to process. Accepts: (1) a public URL, (2) a presigned S3 URL, (3) an aifano://file_id from /upload, or (4) a jobid://job_id from a previous /parse call.
aifano://file_id
jobid://job_id
Show child attributes
Job created
Job ID for polling via GET /job/{job_id}.