Transcription Endpoint
Transcript a video
Accepts a file name and language, and returns a job ID for the transcription task.
POST
/
transcript
Authorizations
x-api-key
string
headerrequiredBody
application/json
input
string
requiredThe key returned by the signedUrl.
lang
string
requiredThe language code of the video
Response
200 - application/json
job_id
string
requiredThe unique identifier for the transcription job.