v2
latestOpenAPI 3.1.02026-07-2628105122.0 KBdocumentIntelligence
Start Document Intelligence Job
Validates the uploaded file and starts processing.
Validation Checks:
- File must be uploaded before starting
- File size must not exceed 200 MB
- PDF must be parseable by the PDF parser
- ZIP must contain only JPEG/PNG images
- ZIP must be flat (no nested folders beyond one level)
- ZIP must contain at least one valid image
- Page/image count must not exceed 10 (returns 400 with invalid_request_error if exceeded)
- User must have sufficient credits
Processing: Job runs asynchronously. Poll the status endpoint or use webhook callback for completion notification.
post/doc-digitization/job/v1/{job_id}/start
Path parameters
job_idstring uuid required
The unique identifier of the job
Headers
api-subscription-keystring required
Response
Successful Response