Sample Request
Minimal compare payload
JSON{
"before": {
"url": "https://snapshot-site.com/pricing",
"width": 1440,
"fullSize": true,
"hideCookie": true
},
"after": {
"url": "https://staging.snapshot-site.com/pricing",
"width": 1440,
"fullSize": true,
"hideCookie": true
},
"threshold": 0.1
}
Sample Response
What teams get back
200 OK{
"status": "success",
"message": "Visual diff successfully created!",
"fetchTime": "2026-03-29T09:30:00.000Z",
"before": {
"link": "https://api.prod.ss.snapshot-site.com/screenshots/snapshot-site.com/uuid-1/1.png",
"width": 1440,
"height": 3980,
"source": "https://snapshot-site.com/pricing"
},
"after": {
"link": "https://api.prod.ss.snapshot-site.com/screenshots/staging.snapshot-site.com/uuid-2/2.png",
"width": 1440,
"height": 3980,
"source": "https://staging.snapshot-site.com/pricing"
},
"diff": {
"link": "https://api.prod.ss.snapshot-site.com/screenshots/comparisons/uuid-3/3.png",
"width": 1440,
"height": 3980
},
"summary": {
"mismatchPixels": 14382,
"mismatchPercentage": 1.27,
"totalPixels": 5731200,
"sameDimensions": true
}
}