Content Management API > Upload track
Upload track
If the asset linked to an Upload entity is a video file, you have the option to include additional audio tracks and subtitle tracks to it.
Object payload
id string
ID of the upload track
Example:
"xBe7u01029ipxBLQhYzZCJ1cke01zCkuUsgnYtH0017nNzbpv2YcsoMDmw"
type string
Must be exactly "upload_track"
.
attributes.type enum
The type of track (audio or subtitles)
Example:
"subtitles"
subtitles
Subtitles
audio
Audio
attributes.name string
The human-readable name of the track
Example:
"Italiano"
attributes.language_code string
A valid BCP 47 specification compliant language code
Example:
"it-IT"
attributes.closed_captions null, boolean
Indicates if the track provides subtitles for the Deaf or Hard-of-hearing (SDH)
attributes.status enum
The status of the asset
Example:
"ready"
preparing
Preparing
ready
Ready
errored
Errored
attributes.error null, string
When status is errored
, explains the reason for the error