Full Video Analysis
analyze_video_reportRun the FULL Switch Vision analysis on a video, the same premium report the Video Analysis page produces: it watches AND listens in three forensic passes and returns a structured report with every category: overview (scores and takeaways), a second by second timeline, audio, visual craft, story and retention, speech transcript, ready to run recreation prompts, and metadata. Pass video_url (a public https video URL, YouTube included) OR one of your own Switch video ids. For an external file also pass duration_seconds (YouTube and your own videos are measured automatically) because the analysis is billed per second of the file, 3 tokens per second with a 30 second minimum. Re-running the same video and question returns the existing report without charging again. Optional question focuses the analysis. Returns a report_id right away; poll get_vision_report until status is succeeded (a few minutes). If it cannot finish, your tokens are returned automatically. For one quick question about a video use analyze_video instead; this tool is the full paid report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Optional. Re-running the same video and question returns the existing report without charging again; pass true to force a fresh, freshly billed analysis. | |
| question | No | Optional. Something to pay special attention to. | |
| video_url | Yes | A public https video URL (YouTube ok), OR one of your own Switch video ids. | |
| duration_seconds | No | Length in seconds. Required for external files; YouTube and your own Switch videos are measured automatically. |