Capture a full-page screenshot
A clean, full-length capture with cookie banners removed.
curl --request POST \
--url https://api.prod.ss.snapshot-site.com/api/v1/screenshot \
--header 'Content-Type: application/json' \
--header 'x-snapshotsiteapi-key: YOUR_API_KEY' \
--data '{
"url": "https://example.com",
"format": "png",
"width": 1440,
"fullSize": true,
"hideCookie": true,
"delay": 2
}'