Skip to main content
Finds contextual discussions — not just individual keywords, but keywords appearing in the same thought or sentence.

Example

Request:
{
  "audio_path": "/Users/you/Downloads/interview.webm",
  "keyword1": "burnout",
  "keyword2": "boundaries",
  "max_distance": 30
}
Response:
{
  "query": "'burnout' within 30 words of 'boundaries'",
  "match_count": 2,
  "matches": [
    {
      "timestamp": "3:42",
      "snippet": "...burnout is real and setting boundaries early is the only way to...",
      "distance": 8
    }
  ],
  "model_used": "tiny"
}

Parameters

ParameterRequiredDefaultDescription
audio_pathYesPath to the audio/video file
keyword1YesPrimary keyword to find
keyword2YesSecondary keyword that must appear nearby
max_distanceNo30Maximum number of words between keywords
model_sizeNotinyWhisper model size for transcription
outputNoFile path to save results (.csv or .xlsx)

Notes

Example use cases: “problem” near “solution”, “feature” near “deadline”, “competitor” near “advantage”