Video API, REST: Episode.GetManifests
Written by
Updated at October 17, 2024
Returns manifest urls.
HTTP request
GET https://video.api.cloud.yandex.net/video/v1/episodes/{episodeId}:getManifests
Path parameters
Field |
Description |
episodeId |
string Required field. ID of the episode. |
Response
HTTP Code: 200 - OK
{
"manifests": [
{
"url": "string",
"type": "string"
}
]
}
Field |
Description |
manifests[] |
Manifest
Field |
Description |
url |
string |
type |
enum (ManifestType)
|