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 500
- User must have sufficient credits
**Processing:**
Job runs asynchronously. Poll the status endpoint or use webhook callback for completion notification.
Authentication
api-subscription-keystring
API Key authentication via header
Path parameters
job_id
The unique identifier of the job
Response
Successful Response
job_id
Job identifier (UUID)
job_state
Current job state
created_at
Job creation timestamp (ISO 8601)
updated_at
Last update timestamp (ISO 8601)
storage_container_type
Storage backend type
Allowed values:
total_files
Total input files (always 1)
successful_files_count
Files that completed successfully
failed_files_count
Files that failed
error_message
Job-level error message
job_details
Per-file processing details with page metrics