Anonymous
100 requests / month / IP
A hosted PDF API for edge runtimes
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.
POST /api/fill-form (fill PDF form fields),
POST /api/merge (merge N PDFs into one),
POST /api/waitlist (sign up for higher tiers).
Zero friction. Copy, paste, run. 100 requests per IP per month are free during beta.
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
curl -X POST https://pdfops.dev/api/merge \
-F "pdf=@part1.pdf" \
-F "pdf=@part2.pdf" \
-F "pdf=@part3.pdf" \
-o merged.pdf
Anonymous
100 requests / month / IP
Waitlist keys Coming soon
1k–10k / month / key
Enterprise
Custom volume + SLA
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.
4,317 requests served since launch. (Updated manually during beta.)