This endpoint captures a screenshot of a specified URL, with options to customize the viewport, block cookie banners, set a wait time before capturing, and more.
application/json
<API_KEY>
(required)Returns the screenshot data and related information.
Returned if the request is invalid.
Returned if there’s an error during the screenshot process.
viewport
width must be less than or equal to 3840 pixels, and the height must be less than or equal to 10240 pixels.wait
time is 5000 milliseconds (5 seconds).autoScroll
is truewait
is set (any non-zero value)https://
will be used by default.clipRectangle
option can only be used when fullPage
is set to false.Rate limit headers (X-RateLimit-Limit
and X-RateLimit-Remaining
) are included in the response to indicate the user’s current rate limit status.
This endpoint captures a screenshot of a specified URL, with options to customize the viewport, block cookie banners, set a wait time before capturing, and more.
application/json
<API_KEY>
(required)Returns the screenshot data and related information.
Returned if the request is invalid.
Returned if there’s an error during the screenshot process.
viewport
width must be less than or equal to 3840 pixels, and the height must be less than or equal to 10240 pixels.wait
time is 5000 milliseconds (5 seconds).autoScroll
is truewait
is set (any non-zero value)https://
will be used by default.clipRectangle
option can only be used when fullPage
is set to false.Rate limit headers (X-RateLimit-Limit
and X-RateLimit-Remaining
) are included in the response to indicate the user’s current rate limit status.