Skip to content
Developer API

LiveTube API

Programmatic access to live event intelligence. Clustered streams, AI summaries, trust scores, and real-time alerts — all via REST.

Events API

Live

Real-time clustered events with severity scoring, source counts, and AI-generated summaries. Pagination, region filtering, and topic filtering.

GET /v1/events

Streams API

Live

Individual live streams across YouTube, Kick, Twitch, and Dailymotion. Platform and region filtering.

GET /v1/streams

Intelligence API

Live

Trending topics, briefings, topic history, channel analytics, and claim verification.

GET /v1/briefing

Webhooks

Live

Register HTTPS webhook URLs to receive push notifications when events break.

POST /v1/webhooks/register

Channel Analytics

Live

Per-channel stats: stream count, events covered, trust score, reliability metrics.

GET /v1/channels/:name/stats

Search

Live

Full-text search across event titles, descriptions, and entities.

GET /v1/search?q=

Quick Start

Fetch the latest live events in three lines.

curl -X GET "https://livetube.ai/v1/events?limit=10" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Accept: application/json"

Rate Limits

Choose the plan that fits your usage.

Free
100
requests / day
  • Events API
  • Streams API
  • Intelligence API
  • Webhooks
Recommended
Pro
$29/mo
10,000 requests / day
  • Events API
  • Streams API
  • Intelligence API
  • Webhooks
Upgrade to Pro

Interactive Documentation

Explore every endpoint, try requests live, and see response schemas.