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