Screenshot Webpage
This endpoint captures a screenshot of the specified webpage using Chromium. Users can customize the viewport dimensions and capture options.
Authorizations
API key passed as a query parameter
Query Parameters
An optional session identifier to reference an existing running sessions. When passed, the tool will be executed on the provided session.
Body
If true, captures the entire height of the page, ignoring the viewport height.
The height of the browser viewport in pixels.
Quality of the output image, on the range 1-100. 100 will not perform any compression.
Presigned S3 url target to upload the image to.
If true, scrolls the page and captures all visible content.
The URL of the webpage to capture.
Duration in milliseconds to wait after page has loaded, mainly used for sites with JS animations.
The width of the browser viewport in pixels.
Response
The response is of type file
.