Skip to main content
POST
Create Subtitle

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

libraryId
string
required

Unique identifier of the library.

videoId
string
required

Unique identifier of the targeted video resource.

Body

multipart/form-data
title
string
required

The display name of the subtitle file (e.g., English).

Example:

"enlish.srt"

language
string
required

Language code of the subtitle (e.g., en, es, fr).

Example:

"dn"

file
file
required

The actual subtitle file to upload, usually in .srt or .vtt format.

Response

id
string
required
video_id
string
required
title
string
required
language
string
required
path
string
required
created_at
string
required
updated_at
string
required
deleted_at
string
required