Get video transcription
Get Video Transcription
Retrieve the transcription for a video
GET
Get video transcription
Retrieve the timestamped transcription for a video. Supports multiple segmentation types and time ranges.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
segmenter | str | "word" | How to split the transcript: "word", "sentence", or "time" |
length | int | 1 | Duration in seconds per segment when segmenter is "time" |
start | float | — | Start time in seconds (must be >= 0) |
end | float | — | End time in seconds (must be >= start) |
force | bool | false | Force re-fetch from server, bypassing cache |
- Returns list of dicts with
start(float),end(float), andtext(str) for each segment - Invalid segmenter values raise a
ValueError - Negative
start/endorstart > endraise aValueError - Generates transcript automatically if not already created
Authorizations
API key for authentication (sk-xxx format)
Path Parameters
Pattern:
^m-Example:
"m-12345"
Query Parameters
Example:
"default"
Example:
10.5
Example:
60
Example:
"word"
Example:
1