Skip to main content
This guide walks through the complete workflow of ingesting a document and waiting for extraction.

The Workflow

Prerequisites

  • DocIntell API key (get one here)
  • A PDF document (we’ll use an invoice as an example)

Step 1: Upload the Document

You’ll receive a 202 Accepted response:

Step 2: Wait for Processing

Poll the job status or use webhooks:
Wait until status is "completed".
Use webhooks instead of polling for production workloads.

Next Steps

Webhooks

Set up real-time notifications

Error Handling

Handle errors gracefully