Get a video thumbnail or animated preview
Returns a signed CDN URL for a still image (jpg/png/webp) or animated preview (gif/mp4) of a video at a time on the video's playback timeline (cuts applied, cumulative across clips). By default returns a 302 redirect — set ?response=json to get {url} JSON instead.
Path parameters
Unique video identifier
Unique video identifier
Query parameters
Output format. Defaults to jpg.
Output format. Defaults to jpg.
Frame offset in ms on the playback timeline (cuts applied) — clip-relative for the clip thumbnail, video-relative (cumulative across clips) for the video thumbnail. Defaults to 0.
Frame offset in ms on the playback timeline (cuts applied) — clip-relative for the clip thumbnail, video-relative (cumulative across clips) for the video thumbnail. Defaults to 0.
Duration of the animated preview in ms. Only valid when format is gif or mp4.
Duration of the animated preview in ms. Only valid when format is gif or mp4.
Frame rate for MP4 previews. Must be 1, 2, 5, 10, or 30. Defaults to 30.
Frame rate for MP4 previews. Must be 1, 2, 5, 10, or 30. Defaults to 30.
Output width in pixels. The thumbnail keeps the video's aspect ratio; a missing side is derived from it.
Output width in pixels. The thumbnail keeps the video's aspect ratio; a missing side is derived from it.
Output height in pixels. Derived from the video's aspect ratio when omitted.
Output height in pixels. Derived from the video's aspect ratio when omitted.
Suggest a download disposition on the signed URL.
Set to 'json' to receive {url} instead of the default 302 redirect.
Set to 'json' to receive {url} instead of the default 302 redirect.
Response
Returned when ?response=json is set
Changes
Changed in 1 of the 2 revisions of this API.11
- ●
deleted the
queryrequest parameterinpointMsrequest-parameter-removed
- ○
added the new optional
queryrequest parameterstartTimeMsnew-optional-request-parameter
- ●