Fetch a thumbnail image from a video at a specified time with optional transformations.
The asset or live stream's playback ID.
Signed token (JWT) for secure video playback.
The image file extension, either 'jpg', 'png', or 'webp'.
The time (in seconds) of the video timeline where the image should be pulled. Defaults to the middle of the original video.
The width of the thumbnail (in pixels). Defaults to the width of the original video.
The height of the thumbnail (in pixels). Defaults to the height of the original video.
Rotate the image clockwise by the given number of degrees.
How to fit a thumbnail within the specified width + height.
Flip the image top-bottom after performing all other transformations.
Flip the image left-right after performing all other transformations.
Set the time of the thumbnail for an asset created from a live stream when using the instant clipping feature. The timestamp should be provided as an epoch integer, and is compared to the program date time (PDT) generated by a live stream.
When set to true, pulls the latest thumbnail from the playback ID of an ongoing live stream. Can only be used with live streams. Can be used to build moderation and classification workflows, see documentation for more details.