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