PDF generation API
Design templates visually or in HTML. Generate PDFs from JSON or CSV via API. Async, reliable, team-ready.
How it works
Use the visual editor or write raw HTML/CSS. Bind data fields with Handlebars syntax.
POST a payload via the API or upload a CSV to generate in bulk.
Download instantly, receive a webhook callback, or poll the job status endpoint.
Features
Design templates with GrapesJS — no code required.
Switch to code view for pixel-perfect documents.
Fire-and-forget generation with webhook callbacks and job polling.
Upload a spreadsheet and generate hundreds of PDFs in one go.
Invite members, assign roles, and share template libraries.
Full audit log of every generation. Retry failures. Export logs.
Pricing
Simple, predictable billing. Monthly allocation on every plan. Top-up packs available.
REST API
A simple REST API with async job queuing. Webhooks on all paid plans.
Read the API docs →curl -X POST https://api.pdfox.com/generate \
-H "Authorization: Bearer pdfs_live_xxxx" \
-H "Content-Type: application/json" \
-d '{
"templateId": "tpl_8f3e2a",
"data": {
"invoice": {
"number": "INV-0042",
"total": 3200.00
}
}
}'Free tier included. No card required. Start generating PDFs in minutes.