Live · v0.1 · 99.9% uptime target

Social video, decoded into clean JSON.

Drop in any YouTube or TikTok URL and get back structured metadata, a real view-velocity signal, and the full transcript — in a single request. No scraping stack to maintain. No browser farm. Just an endpoint.

Start building → Read the docs curl-ready · SLA-backed · cancel anytime
request.sh
# One call. Metadata + velocity + transcript.
curl https://api.velocityapi.top/v1/intelligence \
  -G --data-urlencode "url=https://youtu.be/dQw4w9WgXcQ" \
  -H "X-RapidAPI-Key: <your-key>"

# → 200 OK
{
  "success": true,
  "data": {
    "metadata": { "title": "…", "view_count": 1000000 },
    "velocity": { "views_per_day": 5814 },
    "transcript": { "available": true, "text": "…" }
  }
}

The product

Three endpoints. Everything you need to understand a video.

Built on a hardened extraction pipeline with proxy rotation and graceful fallbacks, so you ship features instead of babysitting scrapers.

GET /v1/metadata

Metadata & stats

Title, channel, duration, views, likes, comments, tags, thumbnails and upload date — normalized across platforms.

GET /v1/transcript

Transcripts

Full transcript with timestamped segments and language preference. Clean text, ready for search, summaries or RAG.

GET /v1/intelligence

The full picture

Metadata + view-velocity + transcript in one round trip. The fastest path from a URL to a decision.

View-velocity, not just view-count

A raw view total tells you nothing about momentum. VelocityAPI computes views-per-day since publish so you can spot what's actually breaking out right now — perfect for trend tooling, content research and competitive monitoring.

Drop-in, not a rebuild

Consistent { success, data, error } envelope, predictable rate limits, and clear error messages. Authenticate with a single header and you're live — through RapidAPI or directly.

2
platforms · YT + TikTok
1
request to full intel
JSON
clean, typed envelope
0
scrapers to maintain

How it works

From signup to first response in under three minutes.

Pick a plan

Subscribe in seconds. Payments are securely handled by Lemon Squeezy as merchant of record.

Get your key

Your API key is provisioned automatically and emailed to you the moment payment confirms.

Make the call

Send a URL, get structured JSON. Same shape every time — no surprises in production.

Pricing

Straightforward plans that scale with you.

Monthly, cancel anytime. Every plan includes all three endpoints — you only pick how many requests you need.

Free
$0
  • 100 requests / month
  • All three endpoints
  • Community support
Start free
Most popular
Starter
$19/mo
  • 1,000 requests / month
  • All three endpoints
  • 30 req/min rate limit
  • Email support
Pro
$49/mo
  • 10,000 requests / month
  • All three endpoints
  • Priority extraction
  • Priority support

Need higher volume or a custom SLA? Talk to us →

FAQ

Questions, answered.

Which platforms are supported?

YouTube and TikTok today. Both return the same normalized response shape, so you write your integration once.

How is billing handled?

All payments are processed by Lemon Squeezy, our merchant of record. They handle cards, invoices, VAT/sales tax and receipts. You can also subscribe through the RapidAPI marketplace if you prefer.

What happens when I hit my limit?

You'll receive a clear 429/quota response. Upgrade any time and the new limit applies immediately — no downtime.

Can I cancel?

Yes, anytime, self-serve. See our refund policy for details on the money-back window.

Do you store the videos or my data?

No. We process each request on the fly and return JSON. We don't warehouse video content. See our privacy policy.

Ship video intelligence today.

Skip the scraping infrastructure. Start with the Free plan and upgrade when you're ready.