Developer API
The same data behind the app: breakout videos, AI-made channels, similar-channel matching, breakout alerts and trending niches. JSON in, JSON out.
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"
/v1/meCheck a key works and see who it belongs to.
/v1/outliersBreakout videos from the warehouse, paged.
niche, format (shorts|long), minOutlierRatio, maxSubscribers, aiOnly, limit (max 50), cursor
/v1/searchLive outlier search straight from YouTube.
niche (required), min_outlier_ratio, limit (max 40)
/v1/channelsYoung channels already performing.
sort (started|discovered|views), aiOnly, maxSubscribers, maxAgeDays, limit (max 50), offset
/v1/channels/similarChannels publishing the same kind of content, with a match score.
channel_id (required), limit (max 30)
/v1/channels/breaking-outChannels running well above their own normal pace.
limit (max 50), min_multiple
/v1/niches/trendingNiches ranked on recent momentum and AI share.
limit (max 40)
cursor or offset.{ data, meta }; errors are { error } with a normal HTTP status.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.