Developer API

Query CreatorBase from your own code

The same data behind the app: breakout videos, AI-made channels, similar-channel matching, breakout alerts and trending niches. JSON in, JSON out.

Authentication

Use the same personal key that powers the MCP connector. If you have already connected CreatorBase to Claude or ChatGPT, your key works here with nothing further to set up. Create one under API keys and send it as a bearer token.

curl "https://creatorbase-ai.onrender.com/api/v1/outliers?niche=ai%20history%20documentary&limit=5" \
  -H "Authorization: Bearer cb_live_your_key_here"

Endpoints

GET/v1/me

Check a key works and see who it belongs to.

GET/v1/outliers

Breakout videos from the warehouse, paged.

niche, format (shorts|long), minOutlierRatio, maxSubscribers, aiOnly, limit (max 50), cursor

GET/v1/search

Live outlier search straight from YouTube.

niche (required), min_outlier_ratio, limit (max 40)

GET/v1/channels

Young channels already performing.

sort (started|discovered|views), aiOnly, maxSubscribers, maxAgeDays, limit (max 50), offset

GET/v1/channels/similar

Channels publishing the same kind of content, with a match score.

channel_id (required), limit (max 30)

GET/v1/channels/breaking-out

Channels running well above their own normal pace.

limit (max 50), min_multiple

GET/v1/niches/trending

Niches ranked on recent momentum and AI share.

limit (max 40)

Limits, and what you get back

CreatorBase is an independent tool, not affiliated with or endorsed by YouTube. You are responsible for complying with the terms of any platform you use this data alongside.