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

# Veedcrawl: Video Intelligence API for AI Agents

> Veedcrawl turns public social media videos into transcripts, metadata, and structured AI insights. Start with 50 free credits — no credit card required.

Veedcrawl gives AI agents and developers instant access to the content inside social videos. Send a public YouTube, TikTok, Instagram, X, or Facebook URL to the API and get back structured metadata, spoken transcripts, or a direct answer to any question you ask about the video — in one consistent response format.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get your API key and make your first request in under 5 minutes.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/metadata">
    Explore every endpoint with request parameters and example responses.
  </Card>

  <Card title="MCP Server" icon="plug" href="/mcp/overview">
    Connect Veedcrawl directly to Claude, Cursor, or any MCP-compatible AI host.
  </Card>

  <Card title="Guides" icon="book-open" href="/guides/creator-audit">
    Step-by-step workflows for creator audits, competitive analysis, and agent pipelines.
  </Card>
</CardGroup>

## How it works

Every Veedcrawl response is designed so an AI system can work with video the same way it works with text. Start with a metadata lookup to understand the video, layer in a transcript to read what was said, then use extraction to get a structured answer to any question.

<Steps>
  <Step title="Get your API key">
    Sign up at [veedcrawl.com](https://veedcrawl.com/login). New accounts receive 50 free credits — no credit card required.
  </Step>

  <Step title="Fetch video metadata">
    Pass any public video URL to `GET /v1/metadata` to retrieve title, author, view counts, duration, and more.
  </Step>

  <Step title="Pull the transcript">
    Use `POST /v1/transcript` to get the full spoken content with timestamps, using native captions or AI-generated speech-to-text.
  </Step>

  <Step title="Extract structured insights">
    Use `POST /v1/extract` with a custom prompt to turn any video into hooks, product mentions, claims, summaries, or any structured output you define.
  </Step>
</Steps>

## What you can build

<CardGroup cols={2}>
  <Card title="Creator Audit" icon="magnifying-glass" href="/guides/creator-audit">
    Audit a creator's entire presence from a single username — no URLs needed.
  </Card>

  <Card title="Competitive Analysis" icon="chart-bar" href="/guides/competitive-analysis">
    Compare posting frequency, engagement, and content themes across competitors.
  </Card>

  <Card title="AI Agent Workflows" icon="robot" href="/guides/ai-agent-workflows">
    Feed video intelligence directly into agent pipelines and RAG systems.
  </Card>

  <Card title="MCP Tools" icon="wrench" href="/mcp/tools">
    Use the five MCP tools to give any AI agent native video understanding.
  </Card>
</CardGroup>

## Supported platforms

Veedcrawl supports public videos and profiles across **YouTube**, **TikTok**, **Instagram**, **X / Twitter**, and **Facebook**.
