Prerequisites
Before using the AI Invoice Parser API, please note:- Invoices only: The API processes invoices exclusively to ensure accurate parsing.
- Asynchronous processing: When you make a request, you get a JobID immediately while processing happens in the background.
To get your results, you can either:
- Poll the job/check endpoint using your
JobID, or - Provide a callback URL to get results automatically via webhook.
Authorizations
Body
application/json
url
string<uri>
default:https://pdfco-test-files.s3.us-west-2.amazonaws.com/document-parser/sample-invoice.pdf
required
URL to the source file url attribute.
JSON string containing custom field names to extract. Use camelCase for field names (e.g., storeNumber, deliveryDate). Multiple fields should be comma-separated.
The callback URL (or Webhook) used to receive the POST data. see Webhooks & Callbacks. This is only applicable when async is set to true.