{ "opencollection": "1.0.0", "info": { "name": "Gcore CDN Streaming API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Streaming", "type": "folder" }, "items": [ { "info": { "name": "List videos", "type": "http" }, "http": { "method": "GET", "url": "https://api.gcore.com/streaming/videos", "params": [ { "name": "page", "value": "", "type": "query" } ] }, "docs": "Returns the list of VOD videos." }, { "info": { "name": "Create video", "type": "http" }, "http": { "method": "POST", "url": "https://api.gcore.com/streaming/videos", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a video entry; the response includes an upload server for direct VOD upload." }, { "info": { "name": "Get video", "type": "http" }, "http": { "method": "GET", "url": "https://api.gcore.com/streaming/videos/:video_id", "params": [ { "name": "video_id", "value": "", "type": "path" } ] }, "docs": "Get video" }, { "info": { "name": "List live streams", "type": "http" }, "http": { "method": "GET", "url": "https://api.gcore.com/streaming/streams" }, "docs": "List live streams" }, { "info": { "name": "Create live stream", "type": "http" }, "http": { "method": "POST", "url": "https://api.gcore.com/streaming/streams", "body": { "type": "json", "data": "{}" } }, "docs": "Create live stream" } ] } ], "bundled": true }