About this endpoint
What it does
Submits an invoice file for asynchronous parsing and returns identifiers for tracking the job. The request uploads the invoice file, and the response provides the submitted job ID.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | Binary | Yes | Provide the Invoice file in PDF, DOC, DOCX, PNG, JPG, JPEG, TIFF, or TIF formats. |
| language | String | No | Specify the language of the Invoice. Defaults to English. |
Response
Returns a JSON object with a job_id string — the UUID of the submitted job. Poll the job status endpoint with this id to retrieve the result.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| job_id | String | Yes | The unique identifier for the submitted job. |



