cURL
curl --request POST \ --url https://platform.aifano.com/edit_async \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "document_url": "<string>", "edit_instructions": "<string>", "async": { "priority": false, "webhook": { "mode": "svix", "url": "<string>" }, "metadata": "<unknown>" } } '
{ "job_id": "<string>" }
Asynchronously edit a document. Returns a job_id for polling.
API key authentication. Use your Aifano API key (starts with ak_live_) as the Bearer token.
ak_live_
Show child attributes
Job created
Job ID for polling via GET /job/{job_id}.