GET
/
v1
/
videos
/
{id}
/
download
Get download URL
curl --request GET \
  --url https://api.getbluma.com/api/v1/videos/{id}/download \
  --header 'Authorization: Bearer <token>'
{
  "download_url": "<string>",
  "expires_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Use your API key in the format: Bearer bluma_live_your_api_key_here

Response

Signed download URL

download_url
string<uri>
expires_at
string<date-time>