Analyze an uploaded file and return comprehensive analysis results with intelligent caching.
Behavior:
Optional: set transcript_text=true to return the transcript as a single text string instead of an array of segments.
Run AI-powered analysis on a previously uploaded audio/video file.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.
file_id (string, required): ID of the uploaded file to analyzequery (string, optional): Ask a specific question about the contentanalysis_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.