get_transcript
Extract timestamped transcripts with speaker identification from video URLs, including Loom and direct mp4/webm files. Faster than full analysis when only transcript is 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) |