AI Invoice Parser (API Tester)
Run AI Invoice Parser live from your browser — send a real request and see the response and credit usage, no code required. PDF.co API Tester.
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.
- Poll the job/check endpoint using your
JobID, or - Provide a callback URL to get results automatically via webhook.
Authorizations
Body
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.
Response
Success.
Status of the API response.
"success"
Descriptive message for the response status.
"Success"
URL to the output file.
"https://pdf-temp-files.s3.us-west-2.amazonaws.com/output.pdf"
Unique identifier for the job.
"6YSZD3U872ZYYFEDMQCQSGEEO8YSF5WA"
Credits used for this operation.
2
Credits remaining after this operation.
1480582
Time taken to complete the request, in milliseconds.
33