v1

latestOpenAPI 3.1.02026-07-24251250397.8 KB
Additional Images

Image associated with media by label

get/v2/media/{media_id}/images/{image_label}.{image_extension}

Path parameters

image_labelstring required

Unique label of the image

image_extension'jpg' | 'png' | 'webp' required

File extension used to determine image response format

media_idstring required

Eight-character, alphanumeric ID that uniquely identifies the media

This can be found on the video detail page in the dashboard.

Query parameters

widthstring

Width of the returned image

fallbackstring

Comma separated list of labels to fall back to if the initially requested label does not exist

A maximum of 10 labels can be provided.

poster_fallbackstring

Boolean value for specifying whether to fall back to the media's poster image

The media's poster image will only be returned if the initially provided label and all fallback labels do no exist.

Response

Returns an image associated with media_id for image_label.

The resulting image will have a format based on the extension provided.

The resulting image will be resized to fit the width given in image_width