Documentation

API URL


GET /web-screenshot

Headers
Code
Content-Type: application/json
Query Parameters


Example GET Request

Code
GET /api/v1/web-screenshot?api_key=YOUR_API_KEY&url=https://example.com&width=1280&height=800&format=jpeg&quality=90

Successful Response

Status
HTML
200 OK
Body
Code
Binary image data in requested format with appropriate Content-Type headers

Error Response

Example
Code
- 400 INVALID_URL – If the URL is missing or invalid
- 400 INVALID_DIMENSIONS – If width, height, or crop values are invalid
- 500 CAPTURE_FAILED – If Puppeteer or rendering fails

Last Updated:  May 4, 2026