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.
index~100 tokensTitle, speakers, summary, topics. For scanning.
brief~1,000 tokensKey points, quotes, topic segments. The workhorse.
segmentVariableQuery-filtered sections. Only what's relevant.
fullFull transcriptSpeaker-attributed, topic-segmented, complete.
curl "https://api.loquaciti.ai/v1/video?url=https://youtube.com/watch?v=xyz&depth=brief" \ -H "Authorization: Bearer lq_live_xxxxxxxxxxxx"
{
"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"]
}
}Simple, predictable pricing
200 requests/month
2,000 requests/month
20,000 requests/month