Split Document (Async)
Document Processing
Split Document (Async)
Asynchronously split a document. Returns a job_id for polling.
POST
Split Document (Async)
Authorizations
API key authentication. Use your Aifano API key (starts with ak_live_) as the Bearer token.
Body
application/json
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.
Configuration for the parsing step. Ignored when using jobid:// input.
Response
Job created
Job ID for polling via GET /job/{job_id}.