Screenshot & PDF API
# Screenshot & PDF API — Fast Web Page Rendering Capture any web page as a high-quality screenshot (PNG/JPEG/WebP) or PDF. One API call, raw bytes back. No browser infrastructure to manage. ## Why This API? - **Fast** — Warm browser pool delivers renders in 1-3 seconds, not 18. No cold starts. - **Reliable** — Built on headless Chromium with proper error handling. No silent failures. Failed…
Screenshot & PDF API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Capture Screenshot /v1/screenshot |
Render a web page as a PNG, JPEG, or WebP image. Provide either a URL or raw HTML (not both). Returns raw image bytes., |
| POST |
GeneratePDF /v1/pdf |
Render a web page as a PDF document. Provide either a URL or raw HTML (not both). Returns raw PDF bytes with Content-Type application/pdf. |
| GET |
HealthCheck /v1/health |
Check API and browser health status. No authentication required. Returns JSON with status of browser and Redis connections. |
Screenshot & PDF API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 3 / minute |
|
| PRO Recommended | $9 / month | 20 / minute |
|
| ULTRA | $29 / month | 40 / minute |
|