POST
/
tools
/
screenshot
curl --request POST \
  --url https://connect.anchorbrowser.io/tools/screenshot \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "https://anchorbrowser.io",
  "width": 1280,
  "height": 720,
  "image_quality": 70,
  "wait": 200,
  "scroll_all_content": true,
  "capture_full_height": true,
  "s3_target_address": "https://your-bucket.s3.amazonaws.com/your/object/key?X-Amz-Signature=..."
}'
This response does not have an example.

Authorizations

apiKey
string
query
required

API key passed as a query parameter

Query Parameters

sessionId
string

An optional session identifier to reference an existing running sessions. When passed, the tool will be executed on the provided session.

Body

application/json

Response

200
image/png

Screenshot successfully captured.

The response is of type file.