Sorry, no results found for "".

Show examples in:
Javascript HTTP

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 enum

The type of track (audio or subtitles)

Example: "subtitles"
subtitles

Subtitles

audio

Audio

name string

The human-readable name of the track

Example: "Italiano"
language_code string

A valid BCP 47 specification compliant language code

Example: "it-IT"
closed_captions null, boolean

Indicates if the track provides subtitles for the Deaf or Hard-of-hearing (SDH)

status enum

The status of the asset

Example: "ready"
preparing

Preparing

ready

Ready

errored

Errored

error null, string

When status is errored, explains the reason for the error

upload

The upload containing the track

Available endpoints