# Veedcrawl ## Docs - [POST /v1/extract — AI Video Extraction](https://docs.veedcrawl.com/api-reference/extract.md): Send a prompt to extract structured information from any video. Optionally enforce output shape with a JSON Schema. Costs 10 credits per job. - [GET /health — API Server Status](https://docs.veedcrawl.com/api-reference/health.md): Check whether the Veedcrawl API server is up and responding. No authentication or credits required. Returns {"status":"ok"} when the server is healthy. - [GET /v1/instagram/profile — Instagram Profiles](https://docs.veedcrawl.com/api-reference/instagram-profile.md): Fetch an Instagram creator's profile with real follower and following counts and up to 24 recent posts including video, image, and carousel types. - [API Key Management — List, Create, Revoke](https://docs.veedcrawl.com/api-reference/keys.md): Manage your Veedcrawl API keys programmatically. List all keys for your org, create new named keys, and revoke individual keys by ID without affecting others. - [GET /v1/me — Current Org and Credits](https://docs.veedcrawl.com/api-reference/me.md): Returns your organization ID, display name, and remaining credit balance. Use this to monitor usage before running expensive jobs. - [GET /v1/metadata — Fetch Video Metadata](https://docs.veedcrawl.com/api-reference/metadata.md): Retrieve title, author, view count, duration, and platform stats for any public YouTube, TikTok, Instagram, X, or Facebook video URL. - [GET /v1/tiktok/profile — TikTok Creator Profiles](https://docs.veedcrawl.com/api-reference/tiktok-profile.md): Fetch a TikTok creator's public profile with bio, follower stats, and up to 24 recent videos including full engagement data per video. - [POST /v1/transcript — Get a Video Transcript](https://docs.veedcrawl.com/api-reference/transcript.md): Enqueue a transcription job and poll for the result. Supports native platform captions (1 credit) or AI Whisper transcription (5 credits). - [Authenticate Requests to the Veedcrawl API](https://docs.veedcrawl.com/authentication.md): Every /v1/* endpoint requires an x-api-key header. Learn how to get a key, pass it correctly, and manage multiple keys per project. - [Build AI Agent Workflows with Video Intelligence](https://docs.veedcrawl.com/guides/ai-agent-workflows.md): Integrate Veedcrawl into AI agent pipelines and RAG systems using a consistent async API, structured JSON output, and five MCP tools. - [Compare Competitors Using Video Content Data](https://docs.veedcrawl.com/guides/competitive-analysis.md): Analyze multiple creators in parallel — posting frequency, engagement rates, top content, and hook formats — starting from usernames alone. - [Audit a Creator's Content with Veedcrawl](https://docs.veedcrawl.com/guides/creator-audit.md): Turn a single username into a complete creator audit — bio, engagement stats, top-performing videos, transcripts, and structured content analysis. - [What is Veedcrawl? Video Intelligence for AI Agents](https://docs.veedcrawl.com/introduction.md): Veedcrawl is a REST API and MCP server that turns public social videos into metadata, transcripts, and structured data for AI agents and workflows. - [Install the Veedcrawl MCP Server](https://docs.veedcrawl.com/mcp/installation.md): Install @veedcrawl/mcp globally and configure it in Claude Desktop, Claude Code, Cursor, or Windsurf with your API key. - [Veedcrawl MCP Server Overview](https://docs.veedcrawl.com/mcp/overview.md): Connect any MCP-compatible AI host to Veedcrawl's video data APIs — metadata, transcripts, extraction, and creator profile discovery in five tools. - [Veedcrawl MCP Tools Reference](https://docs.veedcrawl.com/mcp/tools.md): Complete parameter and return value reference for all five Veedcrawl MCP tools: metadata, transcript, extraction, TikTok, and Instagram. - [Get Started with Veedcrawl in 5 Minutes](https://docs.veedcrawl.com/quickstart.md): Sign up, grab your API key, and make your first metadata, transcript, and extract calls against a real public video URL. - [Credits and Pricing — Veedcrawl](https://docs.veedcrawl.com/reference/credits.md): Veedcrawl runs on a credit system. Understand credit costs per operation, compare the Free, Starter, and Pro plans, and track your remaining balance. - [API Error Codes and Troubleshooting](https://docs.veedcrawl.com/reference/errors.md): Every Veedcrawl error follows a consistent JSON shape. Learn the HTTP status codes, job-level error fields, and how to fix common problems. - [Supported Video Platforms — Veedcrawl](https://docs.veedcrawl.com/reference/platforms.md): Veedcrawl supports public videos and creator profiles across five major social platforms. See which features are available per platform. - [Rate Limits for the Veedcrawl API](https://docs.veedcrawl.com/reference/rate-limits.md): Veedcrawl enforces two rate limit tiers based on computational cost. Learn the limits, response headers, and what to do when you hit a 429.