Introduction
PaperFox turns structured data into pixel-perfect PDFs — invoices, receipts and statements — from a single API call. You design a template once, then POST a small JSON payload and get back a finished PDF in about two seconds.
How it works
- Author a template. Describe what you want in plain English and let AI generate the HTML/CSS, or start from a built-in starter and tweak it.
- Generate deterministically. Send your data to
POST /v1/generate— the generation path never calls an AI model, so output is fast and identical every time.
AI is used only to author templates. Your live PDF generation is deterministic — no LLM in the request path.
Next steps
- Quickstart — first PDF in under 5 minutes
- Authentication
- Generate a PDF — the API reference
- Template syntax