> ## 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.

# VidNavigator AI

> VidNavigator is an AI-powered video intelligence platform. Transcribe, analyze, extract data, and search across videos from YouTube, TikTok, Instagram, X/Twitter, Facebook, Vimeo, Loom, Dailymotion, and your own uploaded files — all through a single API.

## Overview

VidNavigator gives you a single API to transcribe, analyze, extract structured data, and search across video content from all major platforms and your own uploaded files. Build applications that understand video content using state-of-the-art AI.

### Supported Platforms

| Capability          | YouTube | TikTok, Instagram, X/Twitter, Facebook, Vimeo, Loom, Dailymotion | Your Uploaded Files  |
| ------------------- | ------- | ---------------------------------------------------------------- | -------------------- |
| **Transcription**   | Yes     | Yes                                                              | Yes (speech-to-text) |
| **AI Analysis**     | Yes     | Yes                                                              | Yes                  |
| **Data Extraction** | Yes     | Yes                                                              | Yes                  |
| **Semantic Search** | Yes     | —                                                                | Yes                  |

Here are the core capabilities you can unlock with the VidNavigator API:

<CardGroup cols={2}>
  <Card title="Video Transcription" icon="file-invoice">
    Retrieve metadata and transcripts from YouTube, TikTok, Instagram, X/Twitter, Facebook, Vimeo, Loom, Dailymotion, and more. Upload your own audio/video files for speech-to-text transcription. Supports multiple languages with structured, timestamped output.
  </Card>

  <Card title="AI Analysis" icon="chart-mixed">
    Analyze video content to extract summaries, key topics, people, places, and insights. Ask specific questions about any video or uploaded file.
  </Card>

  <Card title="Structured Data Extraction" icon="wand-magic-sparkles">
    Define a custom JSON schema and extract typed, structured data from any video transcript — ideal for automated pipelines and content cataloging.
  </Card>

  <Card title="Semantic Search" icon="magnifying-glass">
    Search across YouTube videos and your uploaded file library using natural language queries to find precise moments and answers.
  </Card>
</CardGroup>

## Explore Our Resources

Dive deeper into our platform with our SDKs, API reference, and detailed guides.

<CardGroup cols={2}>
  <Card title="Python SDK" icon="python" href="/sdks/python">
    Get started with our Python library for seamless integration.
  </Card>

  <Card title="JavaScript SDK" icon="js" href="/sdks/javascript">
    Use our JavaScript library for web and Node.js applications.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore detailed documentation for every endpoint.
  </Card>

  <Card title="User Guides" icon="book-open-cover" href="/guides/getting-transcripts">
    Follow step-by-step guides for common use cases.
  </Card>
</CardGroup>
