{ "request": { "method": "POST", "url": "https://api.100ms.live/v2/live-streams/room/627cddff2e4e30487862ad1/start", "headers": { "Authorization": "Bearer ", "Content-Type": "application/json" }, "body": { "meeting_url": "https://yourapp.app.100ms.live/streaming/preview/abcd-xyz?skip_preview=true", "recording": { "hls_vod": true, "single_file_per_layer": false } } }, "response": { "status": 200, "body": { "id": "63a2bbb1c5b3a64a8f7f0001", "room_id": "627cddff2e4e30487862ad1", "session_id": "63a2bbb1c5b3a64a8f7f0002", "status": "running", "url": "https://cdn.100ms.live/beam/63a2bbb1/master.m3u8", "playback_id": "63a2bbb1", "created_at": "2026-05-25T10:15:01.000Z", "started_at": "2026-05-25T10:15:04.123Z", "recording": { "enabled": true, "assets": [] } } } }