PDF Generator
Generate a PDF preview
Generate a PDF preview of the provided GOBL document.
POST
cURL
The PDF Preview API converts GOBL Envelopes into PDF documents, allowing you to preview and validate your invoices before submitting them to a workflow. To get started, make sure the PDF Generator app is enabled in your account.
Authorizations
Use the Bearer
scheme with a valid JWT token to authenticate requests.
Example: Authorization: Bearer <token>
Body
application/json
Response
200
application/pdf
Successfully generated PDF preview.
The response is of type file
.
cURL