Analyze a page for content and quality
Capture a page and get back a summary plus a quality assessment in one response.
curl --request POST \
--url https://api.prod.ss.snapshot-site.com/api/v3/analyze \
--header 'Content-Type: application/json' \
--header 'x-snapshotsiteapi-key: YOUR_API_KEY' \
--data '{
"url": "https://example.com/blog/latest-post",
"format": "png",
"width": 1440,
"fullSize": true,
"waitForDom": true,
"enableSummary": true,
"enableQuality": true
}'