# Video API, REST: Stream

Stream management service.
Provides methods for creating, retrieving, updating, and deleting live streams,
as well as managing stream-related operations
such as publishing, stopping, and generating playback URLs.

## Methods

#|
||Method | Description ||
|| [Get](get.md) | Retrieves detailed information about a specific stream by its ID. ||
|| [List](list.md) | Lists all streams in a specific channel with pagination support. ||
|| [BatchGet](batchGet.md) | Retrieves multiple streams by their IDs in a specific channel in a single request. ||
|| [Create](create.md) | Creates a new stream in the specified channel. ||
|| [Update](update.md) | Updates an existing stream's metadata and settings. ||
|| [Delete](delete.md) | Deletes a specific stream by its ID. ||
|| [BatchDelete](batchDelete.md) | Deletes multiple streams in a specific channel in a single request. ||
|| [PerformAction](performAction.md) | Performs a specific action on a stream, such as publishing or stopping. ||
|#