Video Preview Image Urls Response
data class VideoPreviewImageUrlsResponse(val large: String? = null, val medium: String? = null, val small: String? = null)
Video preview image URLs. These URLs can be used in conjunction with the video content authorization token to download the most recent still image from the video archive in different resolutions. They are available when the video type is 'archive' and preview images are enabled.