{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Audio Videos API", "version": "0.0.1" }, "request": { "auth": { "type": "apikey", "key": "X-ApiToken", "value": "{{X-ApiToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Videos", "type": "folder" }, "items": [ { "info": { "name": "List videos", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumapp.com/api/v2/videos.json" }, "docs": "List videos" }, { "info": { "name": "Upload video", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumapp.com/api/v2/videos.json", "body": { "type": "multipart-form", "data": [ { "name": "access_key", "type": "text", "value": "" }, { "name": "file", "type": "text", "value": "" } ] } }, "docs": "Upload video" } ] } ], "bundled": true }