invoices_pdf
Downloads the PDF representation of an invoice as base64-encoded binary data with content type. Fetch the generated PDF on demand for any invoice by providing its UUID.
Instructions
Download the PDF representation of an invoice. Returns base64-encoded binary data with content type. Requires Pro plan. PDF is generated automatically on issue or on-demand when first requested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Invoice UUID | |
| companyId | No | Company UUID override (uses active company if not set) |