Search videos
Find specific moments, topics, or content across your video collection using natural language. Returns structured results with video references, timestamps, and relevance context.
Prerequisites
- Complete the Quickstart to create a knowledge store with at least one item in
readystatus. - Read Create a response to understand the request and response format.
When to use this
- Finding specific content in a large collection
- Locating moments that match a visual or semantic description
- Building search features in your application
Search with structured results
Describe what you are looking for in plain language. The schema captures video references, timestamps, descriptions, and relevance scores so you can process results programmatically.
Example prompts
These prompts illustrate the range of searches you can run. Jockey matches against visual content, audio, text on screen, and semantic meaning.
Variations
- Narrow by context: Add instructions like “Only search the first 2 minutes of each video”
- Ranked results: “Find and rank the top 5 most visually striking moments”
- Multi-turn refinement: Search, then follow up with “Show me more like the third result” using a multi-turn session
Jupyter notebook
Download the notebook to run this recipe interactively.
See also
- Assemble highlight reels - uses search to find clips for assembly
- Create a response - the request and response format