> ## Documentation Index
> Fetch the complete documentation index at: https://docs.probe.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Probe.dev API documentation - FFprobe, MediaInfo, and MediaStreamValidator as a service for video analysis, streaming validation, and media metadata extraction. Migrate from local tools to scalable cloud infrastructure.

# Getting Started with the Probe API

Swap a single line in your pipeline to access ultra‑fast, consistent media analysis powered by industry-standard tools (FFprobe, MediaInfo, Probe Report) plus specialized validation (HLS compliance, content authenticity) — no installs or updates required.

<CardGroup cols={2}>
  <Card title="Get Your API Key" icon="key" href="https://www.probe.dev/dashboard">
    Sign up for free and get instant access to the API
  </Card>

  <Card title="Quick Start Guide" icon="rocket" href="/quickstart">
    Get up and running with Probe.dev in minutes
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore our comprehensive API documentation
  </Card>

  <Card title="Try the Playground" icon="play" href="https://www.probe.dev/dashboard">
    Test API calls in our interactive playground
  </Card>

  <Card title="MCP Integration" icon="plug" href="/guides/mcp-integration">
    Connect AI assistants to Probe.dev with MCP
  </Card>
</CardGroup>

## Analysis Tools

Choose the right tool for your media analysis needs.

<CardGroup cols={2}>
  <Card title="FFprobe" icon="magnifying-glass" href="/guides/report-types#ffprobe">
    Deep technical analysis and FFmpeg integration
  </Card>

  <Card title="MediaInfo" icon="info" href="/guides/report-types#mediainfo">
    Format validation and metadata overview
  </Card>

  <Card title="Probe Report" icon="brain" href="/guides/report-types#probe-report">
    ML-enhanced analysis with trained heuristics
  </Card>

  <Card title="C2PA Report" icon="shield-check" href="/guides/report-types#c2pa-report">
    Content authenticity and provenance verification
  </Card>

  <Card title="MediaStreamValidator" icon="apple" href="/guides/hls-validation">
    Apple HLS compliance validation for App Store submissions
  </Card>
</CardGroup>

## Developer Resources

<CardGroup cols={2}>
  <Card title="Authentication Guide" icon="key" href="/authentication">
    API tokens and security best practices
  </Card>

  <Card title="Migration Guide" icon="arrows-turn-right" href="/guides/migration-guide">
    Migrate from local FFprobe and MediaInfo
  </Card>

  <Card title="Media Sources" icon="cloud" href="/guides/media-sources">
    S3, presigned URLs, and cloud storage
  </Card>

  <Card title="Sample Library" icon="video" href="/reference/sample-media-library">
    Test files with diverse codecs and formats
  </Card>
</CardGroup>
