{ "opencollection": "1.0.0", "info": { "name": "Aloft API V1 Accounts VideoStreaming API", "version": "1.0.0" }, "items": [ { "info": { "name": "VideoStreaming", "type": "folder" }, "items": [ { "info": { "name": "Returns list of open video streaming rooms.", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/account/:account_id/video-streaming", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns list of open video streaming rooms." }, { "info": { "name": "Returns list of in progress video streaming rooms.", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/video-streaming", "params": [ { "name": "token", "value": "", "type": "query", "description": "Stream access token" }, { "name": "id", "value": "", "type": "query", "description": "Stream access token id" } ] }, "docs": "Returns list of in progress video streaming rooms." }, { "info": { "name": "Creates a new streaming room.", "type": "http" }, "http": { "method": "POST", "url": "https://api.aloft.ai/v1/account/:account_id/video-streaming/create-room", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a new streaming room." }, { "info": { "name": "Retrieve access credentials for a stream.", "type": "http" }, "http": { "method": "POST", "url": "https://api.aloft.ai/v1/account/:account_id/video-streaming/access-room", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve access credentials for a stream." }, { "info": { "name": "Retrieve access credentials for a stream.", "type": "http" }, "http": { "method": "POST", "url": "https://api.aloft.ai/v1/video-streaming/access-room", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve access credentials for a stream." }, { "info": { "name": "Completes and ends stream.", "type": "http" }, "http": { "method": "POST", "url": "https://api.aloft.ai/v1/account/:account_id/video-streaming/complete-room", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Completes and ends stream." }, { "info": { "name": "Create a sharable link for this account's streams.", "type": "http" }, "http": { "method": "POST", "url": "https://api.aloft.ai/v1/account/:account_id/video-streaming/create-link", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a sharable link for this account's streams." } ] } ], "bundled": true }