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 `Downloads` the user has created or is allowed to see.
📄️ Create a download
Create a new `Download` which can contain selected `Media` assets, specific `Renditions` of those assets, and optionally, selected `Transcripts`. Anonymous users are limited to one `Rendition` per download.
📄️ Retrieve a download
Retrieves a `Download` by its identifier.
📄️ Delete a download
Deletes a `Download` by its identifier.