Retrieve the transcription for a video
Retrieve the timestamped transcription for a video. Supports multiple segmentation types and time ranges.Documentation Index
Fetch the complete documentation index at: https://docs.videodb.io/llms.txt
Use this file to discover all available pages before exploring further.
| 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 |
start (float), end (float), and text (str) for each segmentValueErrorstart/end or start > end raise a ValueErrorAPI key for authentication (sk-xxx format)
^m-"m-12345"
"default"
10.5
60
"word"
1