100ms · Example Payload

100Ms Live Start Live Stream Example

Live VideoLive StreamingVideo ConferencingWebRTCHLSRTMPRecordingReal-time MessagingLive InfrastructureIndia

100Ms Live Start Live Stream Example is an example object payload from 100ms, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.100ms.live/v2/live-streams/room/627cddff2e4e30487862ad1/start",
    "headers": {
      "Authorization": "Bearer <MANAGEMENT_JWT>",
      "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": [] }
    }
  }
}