Now in beta

Video intelligence API
for AI agents

Give your agent the ability to understand any social media video. Transcripts, metadata, and visual AI extraction — one API call.

Try it live — paste any YouTube or TikTok URL

Everything your agent needs to understand video

Metadata

Free

Instantly fetch title, author, view count, like count, and thumbnail for any video URL.

bash
curl "https://api.veedcrawl.com/v1/metadata?url=<VIDEO_URL>" \
  -H "x-api-key: YOUR_KEY"

Transcript

1–5 credits

Full transcripts via native captions or OpenAI Whisper. auto mode picks the best for you.

bash
curl -X POST "https://api.veedcrawl.com/v1/transcript" \
  -H "x-api-key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"<VIDEO_URL>","mode":"auto"}'

AI Extract

10 credits

Run GPT-4o Vision over your video to extract any structured information your agent needs.

bash
curl -X POST "https://api.veedcrawl.com/v1/extract" \
  -H "x-api-key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"<VIDEO_URL>","prompt":"Extract product names"}'

Simple, credit-based pricing

Start free. Pay only for what you use.

Free

$0

100 credits on signup

  • 100 free credits
  • Metadata (free forever)
  • Transcript (native)
  • All platforms
  • Community support
Most popular

Starter

$9/mo

500 credits / month

  • 500 credits / month
  • Transcript (Whisper AI)
  • AI visual extraction
  • Rate limit: 120 req/min
  • Email support

Pro

$29/mo

2,000 credits / month

  • 2,000 credits / month
  • Everything in Starter
  • Priority processing
  • Webhook callbacks
  • Priority support

Credit usage reference

OperationCredits
Metadata0 (free)
Transcript — native captions1
Transcript — Whisper AI5
AI visual extraction10

Ready to give your agent eyes?

100 free credits. No credit card required.