---
title: "Create a new live stream"
method: POST
path: "/v1/live"
tags: ["Streaming"]
---

# Create a new live stream

`POST /v1/live`

## Request body

- CreateStream

## Response `200`

- StreamCreated
  - `id` string, required
  - `url` string, required

## Other responses

- `400` — Invalid request
- `402` — Subscription is required
- `429` — Too many requests

---

[API](https://skmtc.dev/pyannote/apis/pyannoteai-api.md) · [All operations](https://skmtc.dev/pyannote/apis/pyannoteai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pyannote/pyannoteai-api/revisions/9d61c3f2d6bb/schema)
