Batch Extract
Extraction
Batch Extract
Submit multiple files or URLs for extraction with a single schema. Each item is processed concurrently. Returns a batch_id to poll.
Poll: GET /api/v1/jobs/batch/{batch_id}
Limits: Maximum 20 items per batch.
POST
Batch Extract
Headers
Body
multipart/form-data
JSON schema — applied to every item
Files to extract data from
JSON array of URLs to extract from
Model: 'fast', 'accurate', or 'auto'
Use vision mode
Follow internal links (URLs only)
URL to POST results when the entire batch completes
Response
Successful Response