Video API, REST: Video
Video management service.
Provides methods for creating, retrieving, updating, and deleting videos,
as well as managing video-related operations such as transcoding, publishing,
and generating playback URLs.
Methods
|
Method |
Description |
|
Retrieves detailed information about a specific video by its ID. |
|
|
Lists all videos in a specific channel with pagination support. |
|
|
Retrieves multiple videos by their IDs in a specific channel in a single request. |
|
|
Creates a new video in the specified channel. |
|
|
Updates an existing video's metadata and settings. |
|
|
Initiates or updates video transcoding with specified parameters. |
|
|
Deletes a specific video by its ID. |
|
|
Deletes multiple videos in a specific channel in a single request. |
|
|
Performs a specific action on a video, such as publishing or unpublishing. |
|
|
Generates a standard player URL for watching the video. |
|
|
Generates multiple player URLs for a list of videos in a specific channel in a single request. |
|
|
Retrieves the manifest URLs for a specific video. |