Docs

PDFops API reference

Three endpoints today, running on V8 edge runtimes — Cloudflare Workers, Vercel, Deno, Bun — so you call them from inside your edge function, no headless browser required. No auth, no signup during beta: 100 requests per IP per month free, returns 429 Too Many Requests with a Retry-After header at the cap. All endpoints accept and return PDF or JSON; no SDK required.

Endpoints

Contract — applies to every endpoint

Fillable PDFs — quick start

Don't have a fillable PDF handy? Grab the sample invoice-template.pdf — it has customer_name + total AcroForm fields ready to fill via the curl example on each docs page.

For tax forms (W-9, W-8BEN, I-9) the IRS publishes AcroForm-ready PDFs at irs.gov/forms-instructions — just rename the default IRS field names to something predictable (see the W-9 walkthrough) and your code survives the annual form refresh.