Retrieve storyboard metadata in JSON format
Fetch metadata for the storyboard image in JSON format, detailing the coordinates and time ranges of each thumbnail.
Path parameters
The asset or live stream's playback ID.
Query parameters
Signed token (JWT) for secure video playback.
Set the start time of the 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.
Set the end time of the 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.
Set the relative start time of the asset (in seconds) when using the instant clipping feature.
Set the relative end time of the asset (in seconds) when using the instant clipping feature.
The format of the storyboard image URL in the response. Can be either 'jpg', 'png', or 'webp'. Defaults to 'jpg'.
Response
JSON storyboard retrieved successfully.
Changes
Changed in 3 of the 28 revisions of this API.8
- ○
added the new optional
queryrequest parameterformatnew-optional-request-parameter
- ○
- ○
api tag
Storyboardsaddedapi-tag-added
- ○
api tag
Imageremovedapi-tag-removed
- ○
added the new optional
queryrequest parameterasset_end_timenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterasset_start_timenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterprogram_end_timenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterprogram_start_timenew-optional-request-parameter
- ○
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○