{ "opencollection": "1.0.0", "info": { "name": "Getty Images Downloads API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Downloads", "type": "folder" }, "items": [ { "info": { "name": "Request a download URL for a licensed image", "type": "http" }, "http": { "method": "POST", "url": "https://api.gettyimages.com/v3/downloads/:image_id", "params": [ { "name": "image_id", "value": "", "type": "path" }, { "name": "size", "value": "", "type": "query" }, { "name": "product_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "docs": "Request a download URL for a licensed image" } ] } ], "bundled": true }