Download Thumbnail Image
Downloads the video thumbnail image file if the oembed functionality is enabled. If oembed is not enabled, access to the thumbnail is determined by the video view rights.
The HEAD method is a pre-flight query that returns the size and mime-type to be added to the response Headers. This is only used with the Webex Teams integration currently (optional).
HEAD
/api/v2/media/videos/thumbnails/{key}
GET
/api/v2/media/videos/thumbnails/{key}
Path Parameters
| Name | Type | Description |
|---|---|---|
| key | string, required | File key of the video thumbnail to download. Obtained via the Get Video Details endpoint and the thumbnailKey property that is part of the return. |