{ "opencollection": "1.0.0", "info": { "name": "Vonage Video Archives Broadcasts API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Broadcasts", "type": "folder" }, "items": [ { "info": { "name": "List broadcasts for a project", "type": "http" }, "http": { "method": "GET", "url": "https://video.api.vonage.com/v2/project/:applicationId/broadcast", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The Vonage application ID (formerly OpenTok API key)." }, { "name": "offset", "value": "", "type": "query" }, { "name": "count", "value": "", "type": "query" }, { "name": "sessionId", "value": "", "type": "query" } ] }, "docs": "List broadcasts for a project" }, { "info": { "name": "Start a live streaming broadcast", "type": "http" }, "http": { "method": "POST", "url": "https://video.api.vonage.com/v2/project/:applicationId/broadcast", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The Vonage application ID (formerly OpenTok API key)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Start a live streaming broadcast" }, { "info": { "name": "Get a broadcast", "type": "http" }, "http": { "method": "GET", "url": "https://video.api.vonage.com/v2/project/:applicationId/broadcast/:broadcastId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The Vonage application ID (formerly OpenTok API key)." }, { "name": "broadcastId", "value": "", "type": "path" } ] }, "docs": "Get a broadcast" }, { "info": { "name": "Stop a broadcast", "type": "http" }, "http": { "method": "POST", "url": "https://video.api.vonage.com/v2/project/:applicationId/broadcast/:broadcastId/stop", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The Vonage application ID (formerly OpenTok API key)." }, { "name": "broadcastId", "value": "", "type": "path" } ] }, "docs": "Stop a broadcast" }, { "info": { "name": "Change the layout of a broadcast", "type": "http" }, "http": { "method": "PUT", "url": "https://video.api.vonage.com/v2/project/:applicationId/broadcast/:broadcastId/layout", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The Vonage application ID (formerly OpenTok API key)." }, { "name": "broadcastId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Change the layout of a broadcast" }, { "info": { "name": "Add or remove streams from a broadcast", "type": "http" }, "http": { "method": "PATCH", "url": "https://video.api.vonage.com/v2/project/:applicationId/broadcast/:broadcastId/streams", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The Vonage application ID (formerly OpenTok API key)." }, { "name": "broadcastId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add or remove streams from a broadcast" } ] } ], "bundled": true }