---
title: "Changes to Create a live stream"
method: POST
path: "/video/v1/live-streams"
---

# Changes to Create a live stream

`POST /video/v1/live-streams`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 13 of 28 revisions.

- **2026-01-07** `83dc80cce4d6` — 2 warning, 2 info
- **2025-08-05** `ba7ebfd893a1` — 1 info
- **2025-07-24** `323c1dc63b7a` — 5 warning, 5 info
- **2025-07-16** `211713a01eb0` — 1 info
- **2025-07-02** `d4d7fca3b738` — 5 info
- **2025-03-31** `2689f5dc4d26` — 10 info
- **2025-03-06** `5f3a1cefec23` — 2 info
- **2025-02-25** `2eec862e7514` — 4 info
- **2024-11-15** `5bc9dec57cc4` — 4 warning, 8 info
- **2024-06-13** `b1c7a231d908` — 3 info
- **2024-06-11** `6aab47a38577` — 2 warning, 3 info
- **2024-06-06** `dcdbbcabe09e` — 2 breaking, 1 warning, 2 info
- **2024-06-06** `cc252d3a50f1` — 2 warning, 3 info

## Changes

- **2026-01-07** `83dc80cce4d6` — 2 warning, 2 info
  - added the new `auto` enum value to the `data/new_asset_settings/input/items/generated_subtitles/items/language_code` response property for the response status `201`
  - added the new `auto` enum value to the `data/new_asset_settings/inputs/items/generated_subtitles/items/language_code` response property for the response status `201`
  - added the new `auto` enum value to the request property `new_asset_settings/input/items/generated_subtitles/items/language_code`
  - added the new `auto` enum value to the request property `new_asset_settings/inputs/items/generated_subtitles/items/language_code`
- **2025-08-05** `ba7ebfd893a1` — 1 info
  - the endpoint scheme security `authorizationToken` was added to the API
- **2025-07-24** `323c1dc63b7a` — 5 warning, 5 info
  - added the new `de` enum value to the `data/generated_subtitles/items/language_code` response property for the response status `201`
  - added the new `es` enum value to the `data/generated_subtitles/items/language_code` response property for the response status `201`
  - added the new `fr` enum value to the `data/generated_subtitles/items/language_code` response property for the response status `201`
  - added the new `it` enum value to the `data/generated_subtitles/items/language_code` response property for the response status `201`
  - added the new `pt` enum value to the `data/generated_subtitles/items/language_code` response property for the response status `201`
  - added the new `de` enum value to the request property `generated_subtitles/items/language_code`
  - added the new `es` enum value to the request property `generated_subtitles/items/language_code`
  - added the new `fr` enum value to the request property `generated_subtitles/items/language_code`
  - added the new `it` enum value to the request property `generated_subtitles/items/language_code`
  - added the new `pt` enum value to the request property `generated_subtitles/items/language_code`
- **2025-07-16** `211713a01eb0` — 1 info
  - request property `playback_policies` reactivated
- **2025-07-02** `d4d7fca3b738` — 5 info
  - the endpoint scheme security `accessToken` was added to the API
  - added the new optional request property `meta`
  - added the new optional request property `new_asset_settings/copy_overlays`
  - added the optional property `data/meta` to the response with the `201` status
  - added the optional property `data/new_asset_settings/copy_overlays` to the response with the `201` status
- **2025-03-31** `2689f5dc4d26` — 10 info
  - added the new optional request property `new_asset_settings/inputs`
  - added the new optional request property `new_asset_settings/playback_policies`
  - added the new optional request property `playback_policies`
  - request property `new_asset_settings/input` deprecated
  - request property `new_asset_settings/playback_policy` deprecated
  - request property `playback_policy` deprecated
  - added the optional property `data/new_asset_settings/inputs` to the response with the `201` status
  - added the optional property `data/new_asset_settings/playback_policies` to the response with the `201` status
  - response property `data/new_asset_settings/input` deprecated
  - response property `data/new_asset_settings/playback_policy` deprecated
- **2025-03-06** `5f3a1cefec23` — 2 info
  - added the new optional request property `new_asset_settings/meta`
  - added the optional property `data/new_asset_settings/meta` to the response with the `201` status
- **2025-02-25** `2eec862e7514` — 4 info
  - added the new optional request property `new_asset_settings/static_renditions`
  - request property `new_asset_settings/mp4_support` deprecated
  - added the optional property `data/new_asset_settings/static_renditions` to the response with the `201` status
  - response property `data/new_asset_settings/mp4_support` deprecated
- **2024-11-15** `5bc9dec57cc4` — 4 warning, 8 info
  - removed the request property `advanced_playback_policy`
  - removed the request property `new_asset_settings/advanced_playback_policy`
  - removed the optional property `data/new_asset_settings/advanced_playback_policy` from the response with the `201` status
  - added the new `premium` enum value to the `data/new_asset_settings/encoding_tier` response property for the response status `201`
  - added the new optional request property `advanced_playback_policies`
  - added the new optional request property `new_asset_settings/advanced_playback_policies`
  - added the new optional request property `new_asset_settings/video_quality`
  - request property `new_asset_settings/encoding_tier` deprecated
  - added the new `premium` enum value to the request property `new_asset_settings/encoding_tier`
  - added the optional property `data/new_asset_settings/advanced_playback_policies` to the response with the `201` status
  - added the optional property `data/new_asset_settings/video_quality` to the response with the `201` status
  - response property `data/new_asset_settings/encoding_tier` deprecated
- **2024-06-13** `b1c7a231d908` — 3 info
  - added the new optional request property `advanced_playback_policy`
  - added the new optional request property `new_asset_settings/advanced_playback_policy`
  - added the optional property `data/new_asset_settings/advanced_playback_policy` to the response with the `201` status
- **2024-06-11** `6aab47a38577` — 2 warning, 3 info
  - added the new `drm` enum value to the `data/new_asset_settings/playback_policy/items/` response property for the response status `201`
  - added the new `drm` enum value to the `data/playback_ids/items/policy` response property for the response status `201`
  - added the new `drm` enum value to the request property `new_asset_settings/playback_policy/items/`
  - added the new `drm` enum value to the request property `playback_policy/items/`
  - added the optional property `data/playback_ids/items/drm_configuration_id` to the response with the `201` status
- **2024-06-06** `dcdbbcabe09e` — 2 breaking, 1 warning, 2 info
  - removed the enum value `drm` of the request property `new_asset_settings/playback_policy/items/`
  - removed the enum value `drm` of the request property `playback_policy/items/`
  - removed the optional property `data/playback_ids/items/drm_configuration_id` from the response with the `201` status
  - removed the `drm` enum value from the `data/new_asset_settings/playback_policy/items/` response property for the response status `201`
  - removed the `drm` enum value from the `data/playback_ids/items/policy` response property for the response status `201`
- **2024-06-06** `cc252d3a50f1` — 2 warning, 3 info
  - added the new `drm` enum value to the `data/new_asset_settings/playback_policy/items/` response property for the response status `201`
  - added the new `drm` enum value to the `data/playback_ids/items/policy` response property for the response status `201`
  - added the new `drm` enum value to the request property `new_asset_settings/playback_policy/items/`
  - added the new `drm` enum value to the request property `playback_policy/items/`
  - added the optional property `data/playback_ids/items/drm_configuration_id` to the response with the `201` status

---

[Operation](https://skmtc.dev/muxinc/apis/mux-api/docs/video/v1/live-streams/post.md) · [API](https://skmtc.dev/muxinc/apis/mux-api.md) · [Page](https://skmtc.dev/muxinc/apis/mux-api/changes/video/v1/live-streams/post)
