Screenshot API
Make clean, high-quality screenshots of any website in seconds: full pages or specific elements — without banners, popups, or visual clutter. Perfect for reports, monitoring, previews, and automation — stable, consistent, and predictable.
Screenshot API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Create a screenshot job /create |
Creates a screenshot rendering task for a web page or a specific element. Returns a task_id that you can use to fetch the result via /result. |
| GET |
Fetch the result by task_id /result |
Returns the task status and result by task_id. While processing, it returns pending. When ready, it returns done with the image in image_base64. On failure, it returns error with… |
Screenshot API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $30 / month | — |
|
| ULTRA | $75 / month | — |
|
| MEGA | $130 / month | — |
|