Video intelligence
for AI agents

One API call. Structured, multi-resolution intelligence from any video URL. Your agents choose the depth they need — from a 50-token scan to a full structured transcript.

Four depth tiers

index~100 tokens

Title, speakers, summary, topics. For scanning.

brief~1,000 tokens

Key points, quotes, topic segments. The workhorse.

segmentVariable

Query-filtered sections. Only what's relevant.

fullFull transcript

Speaker-attributed, topic-segmented, complete.

One API call

REQUEST
curl "https://api.loquaciti.ai/v1/video?url=https://youtube.com/watch?v=xyz&depth=brief" \
  -H "Authorization: Bearer lq_live_xxxxxxxxxxxx"
RESPONSE
{
  "depth": "brief",
  "cached": true,
  "processing_time_ms": 12,
  "credits_remaining": 1847,
  "data": {
    "title": "Building AI Agents with Tool Use",
    "duration_formatted": "34:12",
    "speakers": ["Sam Altman"],
    "summary": "A deep dive into how AI agents leverage tool use to accomplish complex tasks autonomously...",
    "key_points": [
      "Tool use enables agents to interact with external systems",
      "Structured outputs reduce downstream LLM costs by 10x",
      "Caching shared intelligence creates network effects"
    ],
    "topics": ["AI agents", "tool use", "LLMs"]
  }
}

Pricing

Simple, predictable pricing

Free

$0forever

200 requests/month

  • 200 requests/month
  • 1 req/sec rate limit
  • All 4 depth tiers
  • Community support
Get Started

Builder

$9/month

2,000 requests/month

  • 2,000 requests/month
  • 5 req/sec rate limit
  • All 4 depth tiers
  • Email support
Start Building

Scale

$39/month

20,000 requests/month

  • 20,000 requests/month
  • 20 req/sec rate limit
  • All 4 depth tiers
  • Priority support
Scale Up