Video API, REST: Thumbnail.Get
Written by
Updated at November 26, 2024
Returns the specific thumbnail.
HTTP request
GET https://video.api.cloud.yandex.net/video/v1/thumbnails/{thumbnailId}
Path parameters
Field |
Description |
thumbnailId |
string Required field. ID of the thumbnail. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"channelId": "string",
"createdAt": "string"
}
Field |
Description |
id |
string ID of the thumbnail. |
channelId |
string ID of the channel where the thumbnail was created. |
createdAt |
string (date-time) Time when thumbnail was created. String in RFC3339 To work with values in this field, use the APIs described in the |