Media Sections
Sections
can be used to structure the content of a Media
asset and make it accessible.
They unify the creation of markers and chapters of Media
assets, through time
or timeranges
respectively.
The timerange
type is used to create the Chapters for the player timeline.
๐๏ธ List sections
The sections endpoint returns a list of sections of the `Media` asset.
๐๏ธ Create a section
Create a new `Section` for a `Media` asset. The `Section` can be a `marker` or a `timerange` of the `Media` asset.
๐๏ธ Retrieve a section
Retrieves a particular `Section` for a `Media` asset based on their identifiers.
๐๏ธ Update a section
Update selected properties of a `Section`, like its `start` or `end` time.
๐๏ธ Delete a section
Deletes a `Section` and removes its association with the `Media` asset.
๐๏ธ Retrieve a section thumbnail
Retrieves the thumbnail of a `Media` asset `Section` including the image URL and its dimensions.
๐๏ธ Update a section thumbnail
Updates `Media` section's thumbnail.
๐๏ธ Delete a section thumbnail
Remove a given thumbnail from a `Media` asset `Section`.