Skip to main content

Get Storyboard

GET 

/api/v1/assets/:asset_id/storyboard/test.jpg

Retrieve storyboard images with dynamic image sizing.

You can use /api/v1/assets/{ASSET_ID}/storyboard CDN API to display dynamically resized storyboard images. This works the same way as On-demand Image Transformations, including all the resizing, cropping and other parameters.

HTTP Request

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

Example

<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 be one of the files generated based on the Video Storyboard settings.
SIZING_PARAMETERSstringThese parameters are the same as the On-demand Image parameters (except Watermark parameter). Refer to On-demand Image Transformations documentation for details.

Request

Responses

Successful operation