Rendershot
## Rendershot API Capture pixel-perfect screenshots and generate PDFs from any URL using a headless Chromium browser. ### Features - **Screenshots** — PNG, JPEG, or WebP with configurable viewport, quality, and full-page capture - **PDF generation** — Custom page size, margins, and print options - **Bulk operations** — Submit up to 20 render jobs in a single request - **Sync & async modes** —…
Rendershot endpoints
| Method | Endpoint | Description |
|---|---|---|
| screenshot | ||
| POST |
Create Screenshot /v1/screenshot |
Capture a screenshot of a URL |
| POST |
Create PDF /v1/pdf |
Generate a PDF of a URL |
| jobs | ||
| GET |
Get Job Result /v1/jobs/{job_id}/result |
Download job result |
| GET |
Get Job Status /v1/jobs/{job_id} |
Get job status |
| balance | ||
| GET |
Get Balance /v1/balance |
Get remaining credits and subscription info for the authenticated API key |
| bulk | ||
| POST |
Bulk Render /v1/bulk |
Submit up to 20 screenshot or PDF jobs in a single request (always async) |
Rendershot pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO Recommended | $9 / month | 60 / minute |
|
| ULTRA | $29 / month | 120 / second |
|
| MEGA | $99 / month | 300 / minute |
|