Screenshot & PDF rendering API

Any URL, developed
into a PNG or PDF.

One POST request. Cloudflare's headless-Chrome fleet does the rendering — you never run a browser, patch Chromium, or babysit a crashing worker pool.

Get a free API key See pricing
EXHIBIT A — POST /render
# curl, same handler as GET /render?url=&format=
curl -X POST https://renderapi.cloud/render \
  -H "Authorization: Bearer sk_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com", "format": "png"}' \
  --output shot.png
Developed on request

Built for the rendering you actually need

No queue to poll, no visual-diff suite, no batch job runner — just the primitive, done reliably.

PNG or PDF

Full-page or viewport screenshots, print-ready PDFs with background graphics and paper size control.

Cached by content hash

Identical render params return instantly from cache — you don't pay browser time twice for the same shot.

GET or POST

Query-string GET for a quick curl/browser check, JSON POST for real integrations. Same auth, same meter, same handler.

Contact sheet

Flat monthly tiers, no metered surprises

Pick a tier, get a key. Overage isn't billed automatically in v1 — you get a clear 429 at the cap instead of a surprise invoice.

NO. 01
Free
$0
100 renders/mo
  • PNG only
  • No credit card
  • Hard cap at 100
Start free
NO. 02
Starter
$9/mo
2,000 renders/mo
  • PNG + PDF
  • Email support
Subscribe
NO. 04
Business
$79/mo
50,000 renders/mo
  • PNG + PDF
  • For teams replacing self-hosted Puppeteer
Subscribe

Paid tier buttons point to placeholder Stripe Payment Links — TODO: replace with real Payment Link once the Stripe account exists.