Introduction
Convert Peppol BIS 3.0 XML invoices and credit notes to PDF with a single API call.
Peppolpdf API
The Peppolpdf API converts Peppol BIS 3.0 XML documents — invoices and credit notes — into professionally rendered PDFs. Upload your XML file and receive a binary PDF download.
Base URL
https://api.peppolpdf.euVersioning
The current version is v1. All endpoints are prefixed with /api/v1.
Supported document types
| Document type | Peppol BIS profile |
|---|---|
| Invoice | BIS Billing 3.0 |
| Credit note | BIS Billing 3.0 |
Available endpoints
| Method | Path | Description |
|---|---|---|
| POST | /api/v1/generate-pdf | Returns a binary PDF file download |
| GET | /health | Health check |
Locale support
Pass a locale field inside the optional config JSON to translate labels in the rendered document.
Supported values: en (default), nl, fr.
Next steps
- Authentication — set up your API key.
- Generate PDF — upload an XML file and download the PDF.