get_transcript
Extract timestamped transcripts with speaker identification from video URLs. Supports Loom links and direct video files, using native transcripts or fallback transcription when needed.
Instructions
Extract only the transcript from a video URL.
Returns timestamped transcript entries with speaker identification (when available). Faster than analyze_video when you only need the transcript.
If the platform has no native transcript, attempts Whisper fallback transcription (requires @huggingface/transformers, whisper CLI, or OPENAI_API_KEY).
Supports: Loom (loom.com/share/...) and direct video URLs (.mp4, .webm, .mov).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Video URL (Loom share link or direct mp4/webm URL) |