Compare a live page against a stored baseline
Detect drift from a known-good version instead of comparing two live captures.
curl --request POST \
--url https://api.prod.ss.snapshot-site.com/api/v3/compare \
--header 'Content-Type: application/json' \
--header 'x-snapshotsiteapi-key: YOUR_API_KEY' \
--data '{
"before": {"imageUrl": "https://cdn.example.com/baselines/status-page.png"},
"after": {"url": "https://status.example.com", "width": 1440, "fullSize": true, "hideCookie": true},
"threshold": 0.1
}'