Zum Hauptinhalt springen

Create Invoice Job

POST 

/invoice/jobs

Start an invoice extraction + matching job.

The document must belong to the API key's project, and the project must have invoice matching enabled and configured.

Runs asynchronously: returns a pending job; poll GET /invoice/jobs/{job_id} for status and result.

Raises: 403: invoice matching is not enabled for this project. 404: document not found in this project. 422: invoice matching is enabled but no extraction is configured — nothing to match against.

Request

Responses

Invoice job created successfully