Overview
Available data
Resource
What it provides
Access
Authorization: Bearer YOUR_API_KEYBase URL
https://api.airaa.xyz/v1Response format
Rate limits
Last updated
Was this helpful?
Airaa's API provides programmatic access to creator intelligence, campaign leaderboards, and platform analytics. It is designed for brands, agencies, and analytics teams building on top of Airaa's data.
Creator profiles, engagement metrics, mention history, top rankings
Project intelligence profiles, sentiment, community metrics
Trending narratives with historical momentum
Custom leaderboards with weighted scoring
Discovery
Search and filter creators by ecosystem, category, and platform
The API is not publicly available. To request credentials, contact the Airaa team on Telegram or email api@airaa.xyz.
API keys are issued per organization. Include your key in all requests as a header:
Authorization: Bearer YOUR_API_KEYhttps://api.airaa.xyz/v1All responses are JSON. Successful responses return a data object. Errors return an error object with a code and message.
Rate limits are enforced per API key. Contact the Airaa team for your specific limits. Exceeding your limit returns a 429 Too Many Requests response with a Retry-After header.
Last updated
Was this helpful?
Was this helpful?
{
"data": { ... }
}{
"error": {
"code": "unauthorized",
"message": "Invalid or missing API key"
}
}