FeoPDF FeoPDF
API v1 is now public beta

PDF generation for developers who ship.

Create templates once in our console, then generate PDFs with just template ID + JSON. Or let AI generate beautiful templates from your data. No HTML in your code—just data.

Templates + JSON, not HTML every time.

Create your HTML templates once in our console, then generate PDFs with just template ID + JSON data. No HTML in your code—just clean data. We handle rendering, scaling, and infrastructure.

  • Create templates once, use forever. Manage all your templates in our console—no HTML in your codebase.
  • Just send JSON data. Template ID + your data = PDF. Clean, simple, maintainable.
  • AI generates templates for you. Provide JSON + prompt, get a beautiful template instantly. Perfect for invoices, reports, and more.
bash
curl -X POST https://feopdf.com/api/v1/pdf \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "template_id": "tmpl_invoice_001",
    "data": {
      "customer_name": "Acme Corp",
      "amount": "$1,250.00",
      "invoice_date": "2024-01-15"
    },
    "options": {
      "format": "A4"
    }
  }'
console

Your JSON Data:

{
  "customer": "Acme Corp",
  "items": [...],
  "total": 1250.00
}
Prompt: "Create an invoice template"

AI Generated Template:

Beautiful invoice template ready
AI-Powered

Let AI generate your templates

Don't have a template? No problem. Provide your JSON data and a simple prompt like "invoice template" or "receipt template", and our AI generates a beautiful, production-ready template instantly. Perfect for invoices, reports, certificates, and more.

  • Zero design work. Describe what you need, AI creates it. From invoice to certificate, we've got you covered.
  • Production-ready templates. AI-generated templates are fully functional, responsive, and ready to use immediately.
  • Edit and customize. Generated templates are saved in your console—tweak them anytime to match your brand.

Focus on your product, not PDF infrastructure

Stop wasting weeks building and maintaining PDF generation. Get back to shipping features that matter to your users.

Templates, Not Code

Create templates once in our console, use them forever. No HTML in your codebase—just template ID + JSON data. Clean, maintainable, and scalable.

Console Management

Manage all your templates in one place. Create, edit, preview, and version control—all from our intuitive console. No more scattered HTML files or template management headaches.

AI-Powered Generation

Let AI create beautiful templates from your JSON data. Just provide your data and a prompt like "invoice template"— get production-ready templates in seconds. Zero design work required.