TemplateFox API
Generate PDFs programmatically via API.
Quick Links
- Quickstart - Generate your first PDF in 5 minutes
- API Reference - Complete API documentation
- Get your API Key - Access your dashboard
Overview
TemplateFox is a PDF generation API that lets you create dynamic PDFs from templates. Design your template once in our visual editor, then generate personalized PDFs via API.
How it works
- Create a template in our visual editor
- Define variables for dynamic content (names, dates, amounts, etc.)
- Call the API with your data to generate a PDF
- Download the generated PDF or get a CDN URL
Use cases
- Invoices - Generate invoices with customer data
- Certificates - Create certificates with recipient names
- Reports - Build reports with dynamic charts and data
- Contracts - Generate contracts with filled-in fields
- Labels - Create shipping labels or product labels
Authentication
All API requests require an API key. Include it in the x-api-key header:
curl -X POST https://api.pdftemplateapi.com/v1/pdf/create \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json"Get your API key from the Dashboard .
Last updated on