For the complete documentation index, see llms.txt. This page is also available as Markdown.

Document Download (PDF)

Request Finance allows you to download PDFs of your invoices via API, just as you can download them via the interface.

Request a PDF

GET https://api.request.finance/invoices/[id]/pdf/[type]

This endpoint does not support bulk downloads. Retrieve each invoice PDF individually, or loop through IDs to automate the process.

Path Parameters

Name
Type
Description

id*

String

ID of the request or invoice

type*

String

Either default or receipt

  • default: the invoice as a PDF

  • receipt: the invoice receipt, only available for paid invoices

Last updated

Was this helpful?