Skip to main content

POST /v1/extract/invoice

Submit a PDF invoice for extraction. Returns a job_id immediately — processing happens asynchronously in the background.

Request

Headers Body — multipart/form-data Alternative — application/json

Example request

Response 202 Accepted

Output JSON schema

When the job completes, the full extracted data is available via GET /v1/jobs/:id:

Error responses

Use GET /v1/jobs/:id to retrieve the result once processing is complete. Typical processing time is 5-30 seconds.