Project
Create transcription srt
Create new transcription from .srt files provided.
POST
/
v2
/
transcriptions
/
srt
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
src_lang
string | null
Should be specified only if src .srt file provided. The source language must be defined without the dialect, for example en
instead of en-us
. See the list of source languages available.
dst_lang
string | null
Should be specified only if dst .srt file provided.
Body
multipart/form-data
src
file | null
Source .srt file
dst
file | null
Destination .srt file
Response
200 - application/json
segments
object[]
requiredList of segments
id
string
requiredTranscription ID