Analyze an online video and return comprehensive analysis results with intelligent caching.
Behavior:
Caching:
Optional: set transcript_text=true to return the transcript as a single text string instead of an array of segments.
Get comprehensive AI-powered analysis of online videos including summaries, key insights, and structured data extraction.Documentation Index
Fetch the complete documentation index at: https://docs.vidnavigator.com/llms.txt
Use this file to discover all available pages before exploring further.
analysis_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.
API key authentication. Include your VidNavigator API key in the X-API-Key header.
URL of the video to analyze
"https://youtube.com/watch?v=dQw4w9WgXcQ"
Optional question about the video content
"What is the main topic discussed?"
When true, returns the transcript as a single plain-text string instead of an array of segments.