Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Understanding extraction jobs and their lifecycle
pending
processing
completed
failed
curl -X GET https://api.docintell.com/v1/jobs/{job_id} \ -H "Authorization: Bearer dk_live_YOUR_API_KEY"
{ "job_id": "019370ab-c456-7def-8901-234567890def", "status": "completed", "processing_time_seconds": 45.2 }
curl -X POST https://api.docintell.com/v1/documents \ -H "Authorization: Bearer dk_live_YOUR_API_KEY" \ -F "file=@document.pdf" \ -F "webhook_url=https://yourapp.com/webhooks"