Downloads
The Streamdiver API facilites also the efficient retrieval of previously uploaded Media
assets. One or multiple assets can be provided as file download, also their Renditions
, the automatically generated size variants. Among other options, Downloads
can be configured to be available until a specified expire
date. Anonymous users can quickly retrieve a single Rendition
at a time.
📄️ List downloads
Returns a list of `Download`s that the user has created or is allowed to see.
📄️ Create download
Creates a new `Download` which can contain selected `Media` assets, specific `Rendition`s of those assets, and optionally, selected `Transcript`s. Anonymous users are limited to one `Rendition` per download.
📄️ Get download
Retrieves a `Download` by its identifier.
📄️ Delete download
Deletes a `Download` by its identifier.