{ "opencollection": "1.0.0", "info": { "name": "SnapAPI - Screenshot & Web Data Analyze Health API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "Ping", "type": "http" }, "http": { "method": "GET", "url": "https://api.snapapi.pics/v1/ping" }, "docs": "Simple health check. Returns OK status and timestamp." }, { "info": { "name": "Health Check", "type": "http" }, "http": { "method": "GET", "url": "https://api.snapapi.pics/health" }, "docs": "Health Check" }, { "info": { "name": "Detailed Health Check", "type": "http" }, "http": { "method": "GET", "url": "https://api.snapapi.pics/health/detailed" }, "docs": "Returns status of database, Redis, and job queue." } ] } ], "bundled": true }