Add subtitles to a video

Add new subtitles to an existing video.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the video for which you want to add new subtitles.

Query Params
string

List of fields to return.

Possible values: format id item_type language language_label and url.

Learn more about available fields values.

Body Params
string
required

URL pointing to the subtitle file in one of the valid formats.

  • You don’t need to host the file, you can use the GET /file/upload API ressource to create a temporary URL to a file of your own, just like when you upload a video source file.
  • If you host your own file, the file will be fetched and the subtitles URL will point to a local copy.
string
required

Language of the added subtitles.
Allowed values are ISO-639-3 alpha-2 and alpha-3 language codes.Ex: en

string
required
Defaults to SRT

Data format SRT only is supported, if you have an other format please convert it to SRT.

Response
200
Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!