Document Processing
Extract structured data from documents, synchronously or in the background
Parse document(s) synchronously
Extracts structured JSON from one or more documents using a template, and returns the result in the same response. Accepts a single file, up to 10 files, or a ZIP archive.
Submit a document for asynchronous parsing
Uploads a single document, enqueues it for background processing, and immediately returns a job ID. Use GET /v1/jobs/:jobId or a webhook to retrieve the result.