cURL
Subtitles
Create subtitle track
CreateTrack
Creates a new track and starts asynchronously segmenting it for inclusion in the video (playlist). The track will be available for streaming once the process is complete.
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The locale in which the subtitle track is defined.
The name of the track.
The asset ID of the input file. This has to be a .vtt file for now.
The playlist to which this track is associated. The duration of the playlist should equal the duration of the subtitle track.
Response
OK
CreateTrackResponse is the response message for CreateTrack.
The created track.

