Overview
Analyze what is in a video:POST /v2/video/analyze watches the footage with Gemini and returns a structured JSON report — a summary, a scene-by-scene visual timeline with timestamps, a speech transcript, and all meaningful on-screen text.
video-analyze is the only model, so model may be omitted entirely. Repeating the same request is served from the result cache and is free.
Typical uses: QA a generated video before publishing, understand a user’s reference clip, extract the script from source footage, check what text appears on screen.
Quick start
202). Poll GET /v2/jobs/{id} until completed — analysis settles in 5–15 seconds. The report is delivered inline in the job output at output.outputs[0].data; no file is created.
Parameters
string
required
Public https URL of the video. Max 100MB. MP4, MOV, WebM.
string
Optional focus request appended to the analysis (e.g.
"focus on the product shots"). Omit for the default full analysis — identical requests hit the cache and are free.string
default:"video-analyze"
Optional —
video-analyze is the only model.The report
Pricing
Cache hits (same account, same
video_url and prompt within 30 days) are free.
Related
Whisper Transcription
Audio-only transcription with word-level timestamps.
MCP Server
Use
analyze_video from Claude, ChatGPT, Cursor and other MCP clients.