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
The URL of the webpage to capture.
"https://anchorbrowser.io"
The width of the browser viewport in pixels.
1280
The height of the browser viewport in pixels.
720
Quality of the output image, on the range 1-100. 100 will not perform any compression.
70
Duration in milliseconds to wait after page has loaded, mainly used for sites with JS animations.
200
If true, scrolls the page and captures all visible content.
true
If true, captures the entire height of the page, ignoring the viewport height.
true
Presigned S3 url target to upload the image to.
"https://your-bucket.s3.amazonaws.com/your/object/key?X-Amz-Signature=..."
Response
The response is of type file
.