{ "opencollection": "1.0.0", "info": { "name": "VideoSDK Real-Time Communication HLS Streaming API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "HLS Streaming", "type": "folder" }, "items": [ { "info": { "name": "Start HLS Stream", "type": "http" }, "http": { "method": "POST", "url": "https://api.videosdk.live/v2/hls/start", "body": { "type": "json", "data": "{}" } }, "docs": "Start an HLS live stream for a meeting session." }, { "info": { "name": "Stop HLS Stream", "type": "http" }, "http": { "method": "POST", "url": "https://api.videosdk.live/v2/hls/stop", "body": { "type": "json", "data": "{}" } }, "docs": "Stop an active HLS stream." }, { "info": { "name": "Fetch All HLS Streams", "type": "http" }, "http": { "method": "GET", "url": "https://api.videosdk.live/v2/hls", "params": [ { "name": "roomId", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "perPage", "value": "", "type": "query" } ] }, "docs": "Retrieve all HLS streams." }, { "info": { "name": "Fetch Single HLS Stream", "type": "http" }, "http": { "method": "GET", "url": "https://api.videosdk.live/v2/hls/:hlsId", "params": [ { "name": "hlsId", "value": "", "type": "path" } ] }, "docs": "Retrieve details of a specific HLS stream." }, { "info": { "name": "Delete HLS Stream", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.videosdk.live/v2/hls/:hlsId", "params": [ { "name": "hlsId", "value": "", "type": "path" } ] }, "docs": "Delete a specific HLS stream record." }, { "info": { "name": "Fetch HLS Thumbnail", "type": "http" }, "http": { "method": "POST", "url": "https://api.videosdk.live/v2/hls/capture", "body": { "type": "json", "data": "{}" } }, "docs": "Capture a thumbnail snapshot from an active HLS stream." } ] } ], "bundled": true }