---
title: "Create Live Stream"
method: POST
path: "/v1/live-streams"
tags: ["live-streams"]
---

# Create Live Stream

`POST /v1/live-streams`

Create a new live stream (Mux or LiveKit).

## Request body

- CreateLiveStreamRequest
  - `title` string, nullable
  - `protocol` 'hls' | 'webrtc'
  - `latencyMode` 'low' | 'reduced' | 'standard'
  - `reconnectWindow` integer
  - `reconnectSlateUrl` string, nullable
  - `customMetadata` object

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/shortkit/apis/shortkit-api.md) · [All operations](https://skmtc.net/shortkit/apis/shortkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shortkit/shortkit-api/revisions/801982ed74cd/schema)
