Intel API · v1

The creator graph, one curl away.

Who's rising (growth velocity, not follower count), who works with whom, what tools creators actually use, and which topics are moving — from live scraping across X, Instagram, YouTube, and GitHub. Every number measured, never modeled. If we haven't indexed someone you need, your request queues their backfill: demand drives the index.

Get a free API key

No card, no dashboard tour. The key is shown once — we store only its hash.

Quickstart

Get a key above and these fill in automatically.

Who's rising right now (velocity, not follower count)
curl https://api.creatorsoftoday.com/api/intel/v1/rising \
  -H 'Authorization: Bearer <YOUR_KEY>'
Everything about one creator
curl https://api.creatorsoftoday.com/api/intel/v1/creators/techguyver \
  -H 'Authorization: Bearer <YOUR_KEY>'
Creator missing? Queue their indexing — demand drives our index
curl -X POST https://api.creatorsoftoday.com/api/intel/v1/creators/request \
  -H 'Authorization: Bearer <YOUR_KEY>' \
  -H 'content-type: application/json' \
  -d '{"handle":"@somebody_new","platform":"instagram"}'

Full reference with try-it console: developers/reference · raw spec: openapi.json · usage: GET /api/intel/v1/me

Pricing

Loading…

Prices are published but not charged yet (shadow mode) — free keys work for everything. When x402 per-call payment goes live at the edge, agents pay per request with no account at all; keys keep working.