Capture an iPhone-sized screenshot
Capture a page at a common iPhone layout viewport.
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": 390,
"height": 844,
"fullSize": false
}'