Guides

Retrieve Storyboard

Retrieve Storyboard images with Dynamic image sizing

You can make use of /api/v1/assets/{ASSET_ID}/storyboard CDN API to display dynamically resized storyboard images.

This works the same way as Dynamic image sizing, including all the resizing, cropping and other parameters.

To create a resized storyboard image URL for using in img tag, prepare the URL as below:-

HTTP Request

<<CDN_HOST>>/api/v1/assets/{ASSET_ID}/storyboard/[FILE_NAME]?[SIZING_PARAMETERS]

Example

Here is a sample on-demand storyboard image request URL used in a img tag:-

<img
  src="<<CDN_HOST>>/api/v1/assets/3c3a28764d634de59eef7ad9314db612/storyboard/storyboard_000001.jpg?resize=500,500"
/>

URL Parameters

KeyValueDescription
ASSET_IDstringAsset ID of the video file
FILE_NAMEstringName of the storyboard file to be resized. This will one of the number of files that are generated based on the Video Storyboard settings.
SIZING_PARAMETERSstringThese parameters are the same as the On-demand Image parameters (except Watermark parameter). Please refer to On-demand Image Transformations documentation for details.
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!