{ "opencollection": "1.0.0", "info": { "name": "Speakeasy Artifacts ShortURLs API", "version": "0.4.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "ShortURLs", "type": "folder" }, "items": [ { "info": { "name": "Shorten a URL", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.speakeasy.com/v1/short_urls", "body": { "type": "json", "data": "{}" } }, "docs": "Shorten a URL" } ] } ], "bundled": true }