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 and a status URL.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | 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 two string fields: job_id for the submitted job identifier and status_url for the URL used to poll job status.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| job_id | String | Yes | The unique identifier for the submitted job. |
| status_url | String | Yes | The URL to poll for job status. |