Assemble highlight reels
Find and sequence relevant clips from a video collection based on a theme, topic, or criteria. Returns a list of clip references with timestamps, ready for assembly in your editing tool or pipeline.
What you’ll build
A workflow that searches your video collection for clips matching your criteria, returns structured clip references (video IDs + timestamps), and provides assembly notes for sequencing.
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.
Find and assemble clips
Use instructions to set the editorial perspective and a schema to capture structured clip references. The prompt describes what you want in the highlight reel - Jockey finds the best matching moments and suggests a sequence.
Example response
A typical response includes clip references with timestamps and editorial context:
Variations
- Change the editorial style: Swap instructions to “documentary editor”, “social media creator”, or “training video producer”
- Change the content focus: “funny moments”, “technical deep dives”, “executive summaries”
- Refine with follow-up turns: Use a multi-turn session to adjust: “Replace the second clip with something more energetic”
Jupyter notebook
Download the notebook to run this recipe interactively.
See also
- Search videos - the single-step version of clip search
- Structured output - more on JSON Schema responses