Thumbnails
The thumbnail image represents the video content.
You can manage your video thumbnail with the video/thumbnails endpoints:
- add a thumbnail to a video: upload a thumbnail
- delete a thumbnail
Video object provide a link to the thumbnail in the assets proterty.
"thumbnail": "https://media-delivery-cdn.alchimie-services.net/image/v1/mediadb-product-filetype-dev/1002633/COVER.jpg"
Format
You need to upload a jpeg image.
Resize
You can resize the thumbnail image by adding parameter to its url:
- width: define width and keep the image ratio
- height: define the height and keep the ratio
- width & height: both dimensions are defined and the ratio is not kept
- original image
Updated over 1 year ago
What’s Next