Skip to main content

Create VOD download

POST 

/bv/cms/v1/vods/:vod_id/downloads

Triggers a remux of the specified VOD rendition (identified by profile_id) to a standalone MP4 file stored in Library. The returned vod_download.id can be used to poll status. Once status is Done, use vod_download.library_id with POST /v1/files/{library_id}/download to obtain a presigned download URL.


Required field(s):

  • vod_id
  • profile_id

Request

Responses

A successful response.