About this endpoint
What it does
Generates a screenshot of the webpage at the provided URL and returns a signed upload link to the PNG file.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | Webpage URL to capture. Must be a valid URI. |
| delay | Integer | No | Delay before capture in seconds. Default: 3. Minimum: 0. Maximum: 10. |
| quality | Integer | No | Screenshot quality setting. Default: 5. Minimum: 1. Maximum: 5. |
Response
Returns a JSON object with a data string field containing a signed cloud storage URL for the PNG screenshot.
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| data | String | Yes | Signed cloud storage URL for the PNG screenshot. |