get_audio
Extract audio clips from YouTube videos as MP3 files for analysis when transcripts are unavailable. Specify time ranges to capture specific segments up to 120 seconds.
Instructions
Extract an audio clip from a YouTube video. Returns base64-encoded MP3. Use time range parameters to limit duration (max 120 seconds). Useful for analyzing speech, music, or audio when transcript isn't available.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | YouTube video URL | |
| startTime | No | Start time (e.g., '30', '1:30', '1:30:00'). Default: 0 | 0 |
| endTime | No | End time. If not specified, extracts up to maxDuration from startTime | |
| maxDuration | No | Maximum duration in seconds (default: 60, max: 120) |