Skip to main content

Welcome to Fileloom

Fileloom is a powerful, developer-first PDF generation API that transforms HTML templates into beautiful PDFs in under 2 seconds. Built for scale, designed for simplicity.

Why Fileloom?

Fast

Sub-2-second PDF generation with intelligent caching

Simple

One API call to generate PDFs - no complex setup

Scalable

From 100 to 1,000,000+ PDFs per month
  • Invoices & Receipts - Generate professional financial documents
  • Reports - Create data-driven reports with charts and tables
  • Certificates - Award certificates, completion certificates
  • Contracts - Legal documents with dynamic content
  • Tickets - Event tickets, boarding passes

Quick Example

curl -X POST https://api.fileloom.io/v1/pdf \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "templateId": "tpl_invoice_001",
    "templateData": {
      "customerName": "Acme Corp",
      "items": [
        {"name": "Widget", "quantity": 5, "price": 29.99}
      ]
    }
  }'

Getting Help