{ "opencollection": "1.0.0", "info": { "name": "Rainbow.AI Nowcast Snapshots API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Snapshots", "type": "folder" }, "items": [ { "info": { "name": "Get Map Snapshot", "type": "http" }, "http": { "method": "GET", "url": "https://api.rainbow.ai/v1/map/snapshot", "params": [ { "name": "bbox", "value": "", "type": "query", "description": "Bounding box as comma-separated values: minLon,minLat,maxLon,maxLat" }, { "name": "width", "value": "", "type": "query", "description": "Output image width in pixels" }, { "name": "height", "value": "", "type": "query", "description": "Output image height in pixels" }, { "name": "timestamp", "value": "", "type": "query", "description": "ISO 8601 timestamp for the desired forecast time" } ] }, "docs": "Returns a static precipitation map image for a given bounding box, useful for generating weather map previews or thumbnails without a full mapping library integration." } ] } ], "bundled": true }