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
| 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 be one of the files generated based on the Video Storyboard settings. |
SIZING_PARAMETERS | string | These parameters are the same as the On-demand Image parameters (except Watermark parameter). Refer to On-demand Image Transformations documentation for details. |
Request
Responses
- 200
- 401
- 403
- 500
Successful operation
Unauthorized - Invalid or missing authentication
Forbidden - Insufficient permissions
Internal server error