Analyze online video
Online media
Analyze Video
Analyze an online video and return comprehensive analysis results with intelligent caching.
Behavior:
- If no query provided: Returns summary analysis (cached if available)
- If query provided: Returns both summary (from cache if available) and fresh question analysis
Caching:
- Summary analyses are cached and reused
- Question/query analyses are not cached (always fresh)
- Transcripts are cached for optimization
Optional: set transcript_text=true to return the transcript as a single text string instead of an array of segments.
POST
Analyze online video
Get comprehensive AI-powered analysis of online videos including summaries, key insights, and structured data extraction.
Overview
Transform any online video into structured insights with our advanced AI analysis. Extract summaries, identify people and places, generate key topics, and ask specific questions about the content.Analysis Capabilities
Content Summary
AI-generated summaries highlighting key points and themes
Entity Extraction
Identify people, places, organizations, and concepts mentioned
Topic Analysis
Extract main topics, themes, and discussion points
Question Answering
Ask specific questions about the video content
Intelligent Caching
- Summary analyses are cached and reused for efficiency
- Question/query analyses are always fresh and never cached
- Transcripts are cached to optimize performance
Billing
Analysis consumesanalysis_request units based on context size. One unit covers up to 15,000 total tokens, and longer contexts are billed with ceil(total_tokens / 15000). For example, an analysis that uses 17,000 total tokens consumes 2 analysis_request units.
Example Usage
Basic Analysis (Summary Only)
Analysis with Custom Question
Response Example
Basic Analysis Response
Analysis with Question Response
Use Cases
Content Research
Quickly understand video content without watching entire videos
Knowledge Extraction
Extract structured data from educational or training content
Content Moderation
Analyze content for compliance and safety requirements
Learning Platforms
Create summaries and study materials from video lectures
Authorizations
API key authentication. Include your VidNavigator API key in the X-API-Key header.
Body
application/json
URL of the video to analyze
Example:
"https://youtube.com/watch?v=dQw4w9WgXcQ"
Optional question about the video content
Example:
"What is the main topic discussed?"
When true, returns the transcript as a single plain-text string instead of an array of segments.

