[Yandex Cloud documentation](../../../../index.md) > [Yandex Cloud Video](../../../index.md) > API reference > [gRPC](../index.md) > Channel > Overview

# Video API, gRPC: ChannelService

Channel management service.
Provides methods for creating, retrieving, updating, and deleting channels,
as well as managing channel-related operations such as access control.
Channels serve as containers for videos and streams in an organization.

## Methods

#|
||Method | Description ||
|| [Get](get.md) | Retrieves detailed information about a specific channel by its ID. ||
|| [List](list.md) | Lists all channels in a specific organization with pagination support. ||
|| [Create](create.md) | Creates a new channel in the specified organization. ||
|| [Update](update.md) | Updates an existing channel's metadata and settings. ||
|| [Delete](delete.md) | Deletes a specific channel by its ID. ||
|| [BatchDelete](batchDelete.md) | Deletes multiple channels in a specific organization in a single request. ||
|| [ListAccessBindings](listAccessBindings.md) | Lists all access bindings for a specific channel. ||
|| [SetAccessBindings](setAccessBindings.md) | Sets all access bindings for a specific channel. ||
|| [UpdateAccessBindings](updateAccessBindings.md) | Updates access bindings for a specific channel by adding or removing individual bindings. ||
|#