A hosted PDF API for edge runtimes

I built a hosted PDF API because I kept hitting the same wall.

I run several SaaS businesses. Across every one of them, there's a moment that always comes — usually a few weeks in — when I need to generate PDFs. Invoices. Filled forms. Signed contracts. Inspection reports. Receipts. It never seems like it'll be a big problem, until I sit down to do it.

Hosted PDF APIs charge $0.05 to $0.20 per document. Self-hosting a PDF library means running a backend that clashes with the rest of the stack being on modern edge platforms. Headless Chrome on Lambda works until it doesn't. After hitting that wall enough times, I built this once, as a hosted API. Now I use it across every business — and made it self-serve so you can too.

Join the waitlist See how it works

What it is, in four bullets

Try it

Zero friction. Copy, paste, run. 100 requests per IP per month are free during beta.

Fill a PDF form

curl -X POST https://pdfops.dev/api/fill-form \
  -F "pdf=@invoice-template.pdf" \
  -F 'fields={"customer_name":"Acme Co","total":"$1,250.00"}' \
  -o filled.pdf

Merge PDFs

curl -X POST https://pdfops.dev/api/merge \
  -F "pdf=@part1.pdf" \
  -F "pdf=@part2.pdf" \
  -F "pdf=@part3.pdf" \
  -o merged.pdf

Plans

Anonymous

100 requests / month / IP

  • No auth, no signup
  • Available right now
  • All endpoints

Enterprise

Custom volume + SLA

  • High-volume trials
  • Custom endpoints
  • Drop a note in the form ↓

Join the waitlist

Reserve your spot for keys (1k–10k/mo, free during beta). A few quick questions help me prioritize endpoints and lock in fair early pricing — nothing here is on the roadmap until I see real demand.

What would you use it for? (pick one or more)
How do you do this today? (pick one or more)
Expected volume (pick one)
What would you pay for it? (pick one)

Beta usage so far

4,317 requests served since launch. (Updated manually during beta.)