UnlikeDocumentation Index
Fetch the complete documentation index at: https://docs.augent.app/llms.txt
Use this file to discover all available pages before exploring further.
search_audio which matches exact keywords, deep_search finds content by meaning. “challenges of raising money” will match segments about fundraising difficulties even if those exact words aren’t used.
Example
Request:Parameters
| Parameter | Required | Default | Description |
|---|---|---|---|
audio_path | Yes | — | Path to the audio/video file |
query | Yes | — | Natural language search query |
model_size | No | tiny | Whisper model size for transcription |
top_k | No | 5 | Number of results to return |
output | No | — | File path to save results (.csv or .xlsx) |
context_words | No | 25 | Words of context per result. Use 150 for full evidence blocks when answering questions |
dedup_seconds | No | 0 | Merge matches within this many seconds of each other. Use 60 for Q&A to avoid redundant results |
clip | No | false | Export video clips around each match. Requires the audio to have been downloaded from a URL |
clip_padding | No | 15 | Seconds of padding before and after each match for clip export |

