Thumbnails

The thumbnail image represents the video content.

You can manage your video thumbnail with the video/thumbnails endpoints:

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
width=100

width=100

  • height: define the height and keep the ratio
height=100

height=100

  • width & height: both dimensions are defined and the ratio is not kept
width=100&height=100

width=100&height=100

  • original image
Original thumbnail image

Original thumbnail image