Skip to main content
POST
Generate Subtitles From Video

Description

This endpoint allows you to upload a video file to generate subtitles in multiple languages. The system will process the video and create subtitle files for the specified languages.

Authorizations

X-API-Key
string
header
required

Body

multipart/form-data
name
string
default:""
file
file | null
word_count_per_line
integer
default:7
languages
string
default:""

Response

Successful Response

message
string
required
id
string
required
name
string
required
created_on
string<date-time> | null
required
languages
TranslationLanguage · object[]
required
metadata
MediaMetadata · object