Input

NameDescriptionRequired
Import OptionsChoose the input source, either Upload a File or Import a file from URL.Yes

Upload a File

NameDescriptionRequired
DataUpload a file using raw binary data from another module. Note: This requires additional credits as it first uploads to PDF.co Temporary Files Storage.Yes

Import a file from URL

NameDescriptionRequired
URLProvide the URL to the source PDF document, or a filetoken:// link from PDF.co Built-In Files Storage. If you use another cloud service such as Google Drive or Dropbox ensure the link is publicly accessible.Yes
NameDescriptionRequired
customFieldComma-separated list of custom field names to extract. Use camelCase for field names (e.g., storeNumber, deliveryDate).No
Webhook URLThe callback URL or Webhook used to receive the output data.No
Export TypeChoose between Download a File or JSON Output. Default is Download a File.No

Integrating External File Sources

Streamline your Make workflows with external file sources like Google Drive and Dropbox using their unique actions. Discover efficient integration strategies in our guide: File Source Integrations in Make.

Custom Fields

AI Invoice Parser with custom fields support automatically detects invoice layouts and extracts both standard schema data and user-specified custom fields without requiring manual templates.

The customField parameter allows you to specify additional fields to extract beyond the standard schema. Some examples include:

  • storeNumber - Store or branch identifier
  • deliveryDate - Expected delivery date
  • financialCharges - Additional financial charges
  • lineTotal - Total amount for line items
  • purchaseOrderRef - Purchase order reference number
  • customerReference - Customer reference number
  • departmentCode - Department or cost center code
If a custom field returns an empty value, please contact our support team to help improve the extraction accuracy.

Output

NameDescription
bodyAn object array containing the all invoice parsing result.
errorDetails of any errors (if any).
statusThe response status code. If all good this will be 200.
creditsThe credits spent on the process.
remainingCreditsThe credits left on your account.
durationThe time it took for the process.
Page CountTotal Page Count.