Migrate from Video Understanding
This guide helps you evaluate which Video Understanding workflows should be migrated to the Video agents (Jockey) and provides a step-by-step process for migrating a search workflow.
Choose the workflows to migrate
Some workflows can move to the Video agents (Jockey). Others should continue using the existing Video Understanding APIs.
Compare concepts
Migrate a search workflow
This example shows how to move a Video Understanding search workflow to Video agents (Jockey). Both approaches start by uploading a video as an asset. The differences begin after upload.
What you gain:
- No model or engine selection: Jockey handles all modalities automatically
- Natural language queries: describe what you want instead of specifying search options
- Follow-up queries: refine results in a multi-turn session
- Corpus-level reasoning: generate responses that reason across your entire video collection
- Structured output : Retrieve typed JSON responses using a schema
For a working code example of the Video agents (Jockey) workflow, see the Quickstart.
Recommended approach
If your team currently uses Video Understanding:
- Keep Embed API workflows as-is. Video agents (Jockey) does not generate embeddings.
- Keep stateless Analyze workflows as-is. Single-video, one-shot analysis stays on the Analyze API.
- Evaluate search workflows for migration. If you need cross-video reasoning, multi-turn refinement, or structured search results, Video agents (Jockey) is the upgrade path.
- Start with a pilot knowledge store. Upload a subset of your existing content and compare results side-by-side before migrating production search.
Private Beta limitations
During the Private Beta period:
- Webhooks are not available. Use polling to check processing status
- Rate limits may differ from Video Understanding
- The API surface may change before general availability
- SLAs do not apply
Video Understanding continues to operate. Adopt Video agents (Jockey) at your own pace.
Next steps
- Guides - explore the capabilities of the platform.