Integrate robust, production-level, and lightning-fast developer utility endpoints. Instantly test requests via the Live Playground and get ready-to-use code snippets.
Available APIs
Capture high-resolution screenshots of public websites. Supports custom viewports, formats, and device scale factors.
Request Flow & API Key Authentication Check
/api/v1/screenshot| Header | Value / Type | Description |
|---|---|---|
| X-API-Key | string (Required) | Your Sandbox or Live API Authentication key. |
| Field | Type | Requirement | Default | Description |
|---|---|---|---|---|
| url | string | Required | - | The target website URL to capture (e.g. https://google.com). |
| width | number | Optional | 1280 | Viewport width in pixels. |
| height | number | Optional | 800 | Viewport height in pixels. |
| fullPage | boolean | Optional | false | Capture the full scrolling page layout. |
| format | string | Optional | png | Output image format (png or jpeg). |
[Raw Binary Image Data] (Content-Type: image/png)
| HTTP Code | Status | Description & Action |
|---|---|---|
| 200 OK | Success | Request processed successfully and returned valid payload. |
| 400 Bad Request | Invalid Payload | Missing required parameters (e.g. `url` or `text`) or invalid JSON body. |
| 401 Unauthorized | Key Invalid / Revoked | Missing `X-API-Key` header or key was revoked. Generate a new key in API Keys tab. |
| 429 Too Many Requests | Rate Limit Hit | Exceeded daily sandbox limit (100 req/day) or per-minute rate limit. |
| 500 Server Error | Execution Fault | Server-side execution timeout or target website failed to load. |
100% Free API Access
No credit card required. Generate your live production key instantly and receive full PDF documentation directly in your Gmail inbox.
Developer Production Plan