Skip to main content
GET
/
v1
/
videos
/
{video_id}
/
content
Download content
curl --request GET \
  --url https://api.boson.ai/v1/videos/{video_id}/content \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Your Boson API key, sent as Authorization: Bearer $BOSON_API_KEY.

Path Parameters

video_id
string
required

The video ID.

Query Parameters

variant
enum<string>
default:video

Which rendered asset to download. Only video (the MP4) is supported.

Available options:
video

Response

The rendered MP4 bytes.

The response is of type file.