Video API, gRPC: VideoService.GetScreenshots
Written by
Updated at May 28, 2026
Retrieves screenshots taken during the video transcoding process.
gRPC request
rpc GetScreenshots (GetVideoScreenshotsRequest) returns (GetVideoScreenshotsResponse)
GetVideoScreenshotsRequest
{
"video_id": "string"
}
|
Field |
Description |
|
video_id |
string Required field. ID of the video for which to retrieve screenshots. The maximum string length in characters is 50. |
GetVideoScreenshotsResponse
{
"screenshots": [
"string"
]
}
|
Field |
Description |
|
screenshots[] |
string List of URLs to screenshots taken during the video transcoding process. |