Video API, gRPC: VideoService.GetManifests
Written by
Updated at October 17, 2024
Returns manifest urls.
gRPC request
rpc GetManifests (GetVideoManifestsRequest) returns (GetVideoManifestsResponse)
GetVideoManifestsRequest
{
"videoId": "string"
}
Field |
Description |
videoId |
string ID of the video. |
GetVideoManifestsResponse
{
"manifests": [
{
"url": "string",
"type": "ManifestType"
}
]
}
Field |
Description |
manifests[] |
Manifest
Field |
Description |
url |
string |
type |
enum ManifestType
|