index_video
Index a video for search, QA, or full analysis. Processes the video through a pipeline of AI features. Typically takes 3-7 minutes; longer for long videos or the 'full' pipeline. Times out after 10 minutes by default.
Pipelines:
search_only: transcription + captions + embeddings (enables search_videos)
qa_only: transcription + captions (enables ask_video)
full: transcription + captions + embeddings (enables all tools)
Scene detection is enabled by default and produces scene boundaries for get_scenes. Pass scene_detection=False to skip it.
Prerequisites: if using video_id, the video must be in 'uploaded' status. Use get_video to check status before calling this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline | No | search_only | |
| video_id | Yes | ||
| rationale | No | ||
| scene_detection | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |