Video API, REST: Video.GetScreenshots
Статья создана
Обновлена 28 мая 2026 г.
Retrieves screenshots taken during the video transcoding process.
HTTP request
GET https://video.api.yandexcloud.kz/video/v1/videos/{videoId}:getScreenshots
Path parameters
|
Field |
Description |
|
videoId |
string Required field. ID of the video for which to retrieve screenshots. The maximum string length in characters is 50. |
Response
HTTP Code: 200 - OK
{
"screenshots": [
"string"
]
}
|
Field |
Description |
|
screenshots[] |
string List of URLs to screenshots taken during the video transcoding process. |