Video Intelligence API: Automated Transcript, Chapters & Viral Clip Detection

The Video Intelligence API is a fully autonomous Micro-SaaS that turns any YouTube URL into structured intelligence: transcript with timestamps, automatic chapter markers, viral moment detection, and captions in SRT/VTT/ASS formats.

What It Does

Give it a YouTube URL. Get back structured JSON with everything you need for content repurposing, SEO, and audience engagement analysis.

API Endpoints

POST /analyze

Full video analysis pipeline. Returns transcript, chapters, viral clips, and metadata.

{
  "url": "https://www.youtube.com/watch?v=...",
  "options": { "max_viral_moments": 5, "max_chapters": 10 }
}

POST /transcript

Transcript only. Fastest endpoint for when you just need text.

POST /viral-clips

Viral moments only. Returns top-scoring segments with start/end times, scores, reasons, and captions.

POST /captions

Generate captions in SRT, VTT, or ASS format.

{
  "url": "https://www.youtube.com/watch?v=...",
  "format": "srt"  // or "vtt", "ass"
}

Use Cases

For Creators & Agencies

For Developers

Live Demo

The API is live at https://test-region-sunrise-analytical.trycloudflare.com

Try the health check:

curl https://test-region-sunrise-analytical.trycloudflare.com/health

Analyze a video:

curl -X POST https://test-region-sunrise-analytical.trycloudflare.com/analyze \
  -H "Content-Type: application/json" \
  -d '{"url": "https://www.youtube.com/watch?v=jNQXAC9IVRw"}'

Technical Stack

Pricing (RapidAPI Listing Pending)

TierRequests/MonthPrice
Free10$0
Basic1,000$19/month
Pro5,000$49/month
Ultra20,000$99/month

Direct crypto payments also available via the API at the same USD rates.

Why This API?

Try It Now

Interactive API Docs (Swagger UI) · ← Back to Storefront · Best AI Video Clipping Tools 2026