get https://{app}.{filespin}.{io}/api/v1/assets//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
Key | Value | Description |
---|---|---|
ASSET_ID | string | Asset ID of the video file |
FILE_NAME | string | Name 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_PARAMETERS | string | These parameters are the same as the On-demand Image parameters (except Watermark parameter). Please refer to On-demand Image Transformations documentation for details. |