Get an API Key
Request your free key
Fill out the form below and your API key will be emailed to you instantly.
Name — your name or your app's name
Email — where we'll send your key
Website — optional, your app or project URL
Request API Key →
info
Free tier includes 1,000 requests per day. Need more? Email api@tooxclusive.com.
What happens next
- You'll receive an email with your key within minutes
- Your key looks like:
txc_live_abc123... - Pass it as
Authorization: Bearer txc_live_...on every request - Your key is shown once — store it somewhere safe
Example first request
Once you have your key:
# Get Wizkid's stats
curl https://api.tooxclusive.com/api/v1/artists/wizkid \
-H "Authorization: Bearer txc_live_YOUR_KEY"
# Get recent Afrobeats milestones
curl "https://api.tooxclusive.com/api/v1/milestones/recent?isAfrobeats=true&limit=10" \
-H "Authorization: Bearer txc_live_YOUR_KEY"
# Top 10 Afrobeats artists by streams
curl "https://api.tooxclusive.com/api/v1/leaderboard/streams?isAfrobeats=true&limit=10" \
-H "Authorization: Bearer txc_live_YOUR_KEY"