Free tier · 50 docs/mo · no credit card

PDF, Excel & CSV
from one API call.

Generate invoices, reports and certificates from JSON. Pre-built templates or bring your own. Up to 90% cheaper than APITemplate or DocRaptor.

10 formats 7 languages < 2s response 99.9% uptime
POST /v1/render 200 OK · 11.4KB
curl -X POST https://reportia.4l3.org/v1/render \
  -H "Content-Type: application/json" \
  -d '{
    "template": "factura",
    "format": "pdf",
    "data": {
      "vendor":  { "name": "Acme Corp" },
      "items":   [{ "desc": "Consulting", "qty": 10, "price": 150 }],
      "totals":  { "total": 1740, "currency": "USD" }
    }
  }' --output invoice.pdf
invoice.pdf 11.4 KB View →

Real-world use cases

SaaS Invoicing · Shopify Reports · Course Certificates · Account Statements · E-commerce Receipts · Financial Reports ·
Free $0 50/mo
Pro $9/mo
Lifetime $49 one-time
View plans

Getting started

Your first PDF in 3 steps

No account, no credit card, no setup. Copy, paste, run.

1

Choose a template

Pick from ready-made templates (invoice, report, certificate) or use the visual builder to create your own.

2

Send your JSON

A single POST /v1/render with your data. Test it in the live playground without writing code.

3

Download your PDF

Receive the PDF (or Excel/CSV/HTML) ready to download, save or send to your client. Under 2 seconds.

Integration

Works with your favorite stack

One HTTP call. No SDKs, no dependencies. Copy-paste examples in 7 languages.

terminal
loading...

What's included

Everything you need to generate professional documents

Live demo

Interactive Playground

Edit the JSON, click generate. Get your PDF instantly.

Pick an example and generate

📄

10 output formats

PDF, Excel, CSV, HTML, JSON, Markdown, TXT, PNG, DOCX, ZIP -- all from one endpoint.

📦

Ready-made templates

Invoice, sales report, balance sheet, certificate. Or upload your own HTML.

Browse gallery →
📊

Pro-level Excel

Multiple sheets, native charts, autofilter tables, conditional formatting.

7 languages

cURL, Python, Node.js, PHP, Go, Ruby, Java. One HTTP call.

cURL Python Node.js PHP Go Ruby

Honest comparison

Reportia vs APITemplate vs DocRaptor vs Anvil

Same job, a fraction of the price. No lock-in.

Feature Reportia APITemplate.io DocRaptor Anvil
Free tier50/mo, no card50/mo (card required)5/mo (card)Sandbox only
Starting plan$9/mo$29/mo$15/mo$150/mo
Lifetime deal$49------
Output formats10 (PDF, XLSX, CSV...)PDF, imagePDF, XLSXPDF only
Excel with chartsYesNoNoNo
Pre-built templatesYes + custom HTMLVisual editorHTML onlyPDF templates
No-signup quick startYes, playgroundNoNoNo

Use cases

Built for developers who need documents at scale

Every industry has its document format. Reportia adapts to all of them.

🧾

SaaS & E-commerce

Generate PDF invoices automatically after checkout. Send to customers via email or webhook. Integrates with Stripe events.

Case: SaaS platform generating 200+ invoices/month with zero manual work.

📊

Marketing & Analytics

Monthly performance reports: KPIs, native Excel charts, PDF dashboards. Automated recurring delivery to clients.

Case: Digital agency sending reports to 40 clients every month-end.

🎓

EdTech & Courses

Personalized completion certificates with name, date, serial number and digital signature. Auto-delivered after exam.

Case: Online course platform issuing 1,000 certificates per month.

🏢

Accounting & Finance

Professional invoice PDFs, balance sheets, and financial reports. Export data from your ERP and generate clean, branded documents.

Case: Accounting firm generating 500+ documents per tax season.

🏧

Healthcare

Medical prescriptions, lab results, consultation records. Branded PDF documents with patient and doctor data.

Case: Clinical lab delivering 300 PDF results per week.

💼

B2B Proposals

Branded quotes with line items, terms and acceptance CTA. Generate and send directly from your CRM.

Case: Services company generating 50 quotes/week from their CRM.

Pricing

Simple. No surprises.

Pay for actual usage. Change or cancel anytime.

PDFMonkey: $5/mo, PDF only
APITemplate: $29/mo
DocRaptor: $15/mo, no templates
Reportia: $9/mo, 10 formats

Free

$0

forever

  • 50 documents/mo
  • 10 output formats
  • Pre-built templates
  • Watermark on PDFs
Use now
POPULAR

Pro

$9/mo

1,000 documents/mo

  • No watermark
  • Custom templates
  • Email support (24h)
Start Pro

Scale

$29/mo

10,000 documents/mo

  • Everything in Pro
  • Delivery webhooks
  • 100 req/second
Start Scale
BEST VALUE

Lifetime

$49 once

Unlimited Pro features, forever

Pays for itself in 6 months

  • Everything in Scale
  • One-time payment
  • 7-day refund
Buy Lifetime $49

After payment you receive your API key by email + access to your dashboard.

Secure payment via Stripe 7-day no-questions refund No card data stored Cancel in 1 click

FAQ

Frequently asked questions

Is Reportia really free?

Yes. The free tier gives you 50 documents per month per IP address, with no signup and no credit card required. PDFs include a subtle watermark. Upgrade to Pro ($9/mo) for watermark-free documents and 1,000/mo limit.

What output formats are supported?

PDF, XLSX (Excel), CSV, HTML, JSON, Markdown, TXT, PNG, DOCX, and ZIP. All from the same /v1/render endpoint -- just change the format parameter.

Can I use my own HTML templates?

Yes. Send your HTML in the custom_html field with CSS styling and template variables like {{ customer.name }}. Available on Pro and above.

How does Reportia compare to DocRaptor, APITemplate, or Anvil?

Reportia is 90% cheaper ($9/mo vs $15-150/mo), has a more generous free tier (50/mo with no card vs 5), supports 10 output formats (not just PDF), and includes pre-built templates ready to use. The trade-off: Reportia is newer and the template gallery is still growing.

Do I need an API key?

Not for the free tier. Rate limits are applied per IP address. Pro and Scale plans use Bearer token authentication: Authorization: Bearer your-api-key.

How fast is PDF generation?

A typical PDF is generated in under 2 seconds. Excel files with charts in under 3 seconds. Response time is consistent regardless of plan.

Is the Lifetime deal really forever?

Yes. One payment of $49, unlimited Pro features for life. 7-day refund if not satisfied. If the service were ever discontinued, your HTML+JSON templates remain yours and fully portable.

What languages and frameworks does it work with?

Reportia is a standard REST API. It works with any language or framework that can make HTTP requests: Python, Node.js, PHP, Ruby, Go, Java, cURL, and more. See code examples above.

Start in 30 seconds

No signup, no credit card, no API key. Your first PDF is one cURL away.