Template Assistant
Connected to PDFox
Prompt
|
From AI chat to finished PDF — three ways teams use PDFox.
Template Assistant
Connected to PDFox
Prompt
|
PDFox Template Builder
Live document preview
Claude
PDFox MCP · generate_pdf
|
Tool call
Download via API
Poll job status · retrieve PDF
Request
GET /jobs/{jobId}
Authorization: Bearer pk_live_…
Response
{
"jobId": "job_f3a2c9",
"status": "complete",
"downloadUrl": "https://cdn…"
}
Postman
REST ClientAuthorization: Bearer pk_live_…
Content-Type: application/json
Response
202 AcceptedPOST /generate
200 OK
INV-0042.pdf
Ready to download
Finance ERP
Accounts · Invoice Run
Delivery Pipeline
AsyncWebhook callback
|
Saved to Google Drive
4 / 4 invoices generated
Delivered via webhook & Drive
PDF generation API
Design templates visually or in HTML, then generate PDFs from JSON data. Async, reliable, and ready for production workflows.
How it works
Use the PDFox visual template editor or write raw HTML/CSS. Bind data fields with Handlebars syntax.
POST a payload via the API and run repeat jobs in your own batch workflow.
Download instantly, receive a webhook callback, or poll the job status endpoint.
Features
Design templates in the PDFox visual template editor — no code required.
Switch to code view for pixel-perfect documents.
Fire-and-forget generation with webhook callbacks and job polling.
Run repeat document jobs for payroll, billing, and other high-volume workflows.
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.
Best for trying the workflow
25 PDFs/month
Best for low-volume automation
300 PDFs/month
Best value per PDF
3,000 PDFs/month
Best for same-day batch runs
15,000 PDFs/month
Best for larger teams and governance
30,000 PDFs/month
Best for enterprise-scale workflows
60,000 PDFs/month
REST API
A simple REST API with async job queuing. Webhooks on all paid plans.
Read the API docs →curl -X POST https://api.pdf-fox.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.