{ "opencollection": "1.0.0", "info": { "name": "Kisi Calendars Signed upload URLs API", "version": "1.0.0" }, "items": [ { "info": { "name": "Signed upload URLs", "type": "folder" }, "items": [ { "info": { "name": "Create signed upload URL", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/signed_upload_urls", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create signed upload URL" } ] } ], "bundled": true }