[Документация Yandex Cloud](../../../index.md) > [Yandex Cloud Video](../../index.md) > Справочник API > [REST (англ.)](../index.md) > Episode > Overview

# Video API, REST: Episode

Episode management service.
Provides methods for creating, retrieving, updating, and deleting episodes,
which represent specific time segments of streams
that can be individually accessed, managed, and published.

## Methods

#|
||Method | Description ||
|| [Get](get.md) | Retrieves detailed information about a specific episode by its ID. ||
|| [List](list.md) | Lists all episodes associated with a specific stream or stream line with pagination support. ||
|| [BatchGet](batchGet.md) | Retrieves multiple episodes by their IDs in a specific channel in a single request. ||
|| [Create](create.md) | Creates a new episode associated with a stream or stream line. ||
|| [Update](update.md) | Updates an existing episode's metadata and settings. ||
|| [Delete](delete.md) | Deletes a specific episode by its ID. ||
|| [PerformAction](performAction.md) | Performs a specific action on an episode, such as publishing or unpublishing. ||
|| [GetPlayerURL](getPlayerURL.md) | Generates a player URL for watching the episode. ||
|| [GetManifests](getManifests.md) | Retrieves the manifest URLs for the episode's media content. ||
|#