Json to PDF
PDF & Image Generator API lets you generate production-quality PDFs and images programmatically using beautifully designed, Tailwind CSS-based templates - or your own custom HTML. BUILT-IN TEMPLATES • Invoice - Professional invoice with company/customer details, itemized line items, tax, and totals. • Certificate - Elegant completion/achievement certificate with recipient name, issuer signature,…
Json to PDF endpoints
| Method | Endpoint | Description |
|---|---|---|
| Generate | ||
| POST |
generateImage /generate/image |
Generate an image (PNG, JPEG, or WebP) from a built-in template or custom HTML. **Supported formats:** - `png` (default) - Best for graphics with transparency - `jpeg` - Smaller… |
| POST |
generatePdf /generate/pdf |
Generate a PDF document from a built-in template or custom HTML. **Using a template:** ```json { "template": "invoice", "data": { "invoiceNumber": "INV-001", ... } } ``` **Using… |
| Templates | ||
| GET |
listTemplates /templates |
Get a list of all available built-in templates with their sample data. |
| GET |
getTemplate /templates/{id} |
Get details of a specific template including sample data structure. |
Json to PDF pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $9 / month | 500 / minute |
|
| ULTRA | $29 / month | 500 / minute |
|
| MEGA | $99 / month | 10000 / minute |
|