Skip to main content
POST
Generate video transcription
Generate a complete transcription of the video’s audio content using automatic speech recognition.
  • Generates timestamped transcript with word-level timing information
  • Includes automatic speaker diarization when available
  • Returns success confirmation; retrieve actual transcript with get-transcription
  • Processing time depends on video duration
  • Transcript is cached after first generation (use force: true to regenerate)
  • Optional language_code parameter hints the transcription engine about the spoken language for better accuracy

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

video_id
string
required
Pattern: ^m-
Example:

"m-12345"

Body

application/json
engine
string
default:default
Example:

"default"

force
boolean
Example:

false

language_code
string
Example:

"en-US"

callback_url
string
Example:

"https://webhook.example.com/callback"

callback_data
object

Response

200 - application/json

Transcription job started

success
boolean
Example:

true

status
enum<string>
Available options:
processing,
done,
failed
Example:

"processing"

data
object