Parse Async
Parse document content asynchronously
Authorizations
API key for authentication
Body
Request body for asynchronous document parsing.
Content-Type: multipart/form-data
Important: Complex objects (page_ranges, webhook) must be sent as JSON-stringified values in form fields.
Document source (file upload, URL, or file ID with id:// prefix)
JSON-stringified array of page ranges to process specific pages. Example:
'[{"start":1,"end":3},{"start":5,"end":5}]'
"[{\"start\":1,\"end\":3},{\"start\":5,\"end\":5}]"
Password for encrypted/protected PDF files
Parsing quality mode:
- LITE: Fast parsing with basic layout detection
- PLUS: Standard parsing with improved layout analysis
- PRO: Highest quality parsing with maximum accuracy
LITE, PLUS, PRO Force output delivery via presigned URL instead of inline JSON (useful for large documents). Send as string 'true' or 'false'
true, false JSON-stringified WebhookConfig object. Example - '{"url":"https://example.com/webhook","metadata":{"order_id":"123"}}'