---
title: "Create a video channel"
method: POST
path: "/api/v1/video-channels"
tags: ["Video Channels"]
---

# Create a video channel

`POST /api/v1/video-channels`

## Request body

- VideoChannelCreate
  - `description` unknown
  - `displayName` unknown, required
  - `support` unknown
  - `name` string, required — immutable name of the channel, used to interact with its actor

## Response `200`

successful operation

- object
  - `videoChannel` object
    - `id` integer

---

[API](https://skmtc.net/cpy/apis/peertube.md) · [All operations](https://skmtc.net/cpy/apis/peertube/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpy/peertube/versions/efe11b159e43/schema)
