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 |
|
Retrieves detailed information about a specific episode by its ID. |
|
|
Lists all episodes associated with a specific stream or stream line with pagination support. |
|
|
Retrieves multiple episodes by their IDs in a specific channel in a single request. |
|
|
Creates a new episode associated with a stream or stream line. |
|
|
Updates an existing episode's metadata and settings. |
|
|
Deletes a specific episode by its ID. |
|
|
Performs a specific action on an episode, such as publishing or unpublishing. |
|
|
Generates a player URL for watching the episode. |
|
|
Retrieves the manifest URLs for the episode's media content. |