A Job represents an extraction task. When you upload a document, a job is created to process it asynchronously.Documentation Index
Fetch the complete documentation index at: https://docs.docintell.com/llms.txt
Use this file to discover all available pages before exploring further.
Job Lifecycle
Job States
| State | Description | Typical Duration |
|---|---|---|
pending | Queued, waiting for a worker | ~seconds |
processing | AI extraction in progress | 5-90 seconds |
completed | Extraction successful, ready to query | — |
failed | Error occurred during extraction | — |
Tracking Jobs
Polling
Webhooks (Recommended)
For production, use webhooks instead of polling:Processing Time
| Document Type | Typical Time |
|---|---|
| Simple invoice | 5-10 seconds |
| Financial statement | 20-40 seconds |
| Large report (50+ pages) | 45-90 seconds |
SLA target: < 60 seconds for a 50-page PDF.