v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB
Invoices

Render an invoice PDF

Renders the invoice as a PDF and streams the bytes inline (Content-Disposition: inline). POST because it re-renders on every call; nothing is persisted.

post/v1/invoices/{id}/pdf

Path parameters

idstring required

Invoice ID

Response

The rendered PDF bytes, streamed inline