Skip to content
Start here

Audio Tracks

List additional audio tracks on a video
GET/accounts/{account_id}/stream/{identifier}/audio
Edit additional audio tracks on a video
PATCH/accounts/{account_id}/stream/{identifier}/audio/{audio_identifier}
Delete additional audio tracks on a video
DELETE/accounts/{account_id}/stream/{identifier}/audio/{audio_identifier}
Add audio tracks to a video
POST/accounts/{account_id}/stream/{identifier}/audio/copy
ModelsExpand Collapse
Audio { default, label, status, uid }
default: optional boolean

Denotes whether the audio track will be played by default in a player.

label: optional string

A string to uniquely identify the track amongst other audio track labels for the specified video.

status: optional "queued" or "ready" or "error"

Specifies the processing status of the video.

One of the following:
"queued"
"ready"
"error"
uid: optional string

A Cloudflare-generated unique identifier for a media item.

maxLength32
AudioTrackGetResponse { audio }
audio: optional array of Audio { default, label, status, uid }

Array of audio tracks for the video.

default: optional boolean

Denotes whether the audio track will be played by default in a player.

label: optional string

A string to uniquely identify the track amongst other audio track labels for the specified video.

status: optional "queued" or "ready" or "error"

Specifies the processing status of the video.

One of the following:
"queued"
"ready"
"error"
uid: optional string

A Cloudflare-generated unique identifier for a media item.

maxLength32
AudioTrackDeleteResponse = string