Stop manually creating invoices. Send your data to the API, get back a professionally formatted PDF — emailed to your customer automatically.
Register your invoice HTML template once. Pass amounts, line items, and customer info as variables. The API handles the rest.
Add an email parameter to your API call and the invoice is sent to your customer as a PDF attachment. No extra setup.
Generate hundreds of invoices in a single API call. Perfect for monthly billing runs.
curl -X POST /api/pdf/generate-from-template \
-H "Authorization: Bearer sk-your-key" \
-H "Content-Type: application/json" \
-d '{
"template": "invoice",
"variables": {
"company": "Acme Inc.",
"customer": "John Doe",
"items": [{"name": "Service A", "amount": 5000}]
},
"filename": "invoice-2026-03.pdf",
"email": {"to": "customer@example.com"}
}'Free plan includes 30 PDFs/month. No credit card required.