highlights
Extract key moments from audio and export them as MP4 clips. Choose automatic AI-selected highlights or focus on specific topics, people, or concepts, complete with timestamps and text.
Instructions
Export MP4 clips of specific moments. Two modes: auto (AI picks top moments by quotability and insight density) or focused (find moments matching a specific topic, person, or concept). Returns timestamps and text for each highlight, the calling agent decides which to export as clips.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip | No | Export each highlight as an MP4 video clip. Requires the audio to have been downloaded from a URL. Default: false | |
| query | No | What to highlight. Omit for auto mode (top moments). Provide a topic, person, concept, or description for focused mode. Examples: 'product recommendations', 'heated debate moments', 'life advice' | |
| top_k | No | Number of highlights to return. Default: 5 | |
| audio_path | Yes | Path to the audio file (must be transcribed already) | |
| model_size | No | Whisper model size. ALWAYS use tiny unless the user explicitly requests a different size. | |
| clip_padding | No | Seconds of padding around each highlight when exporting clips. Default: 15 | |
| context_words | No | Words of context around each highlight. Default: 40 |