For the complete documentation index, see llms.txt. This page is also available as Markdown.

Overview

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.

Available data

Resource
What it provides

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

Access

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_KEY

Base URL

https://api.airaa.xyz/v1

Response format

All responses are JSON. Successful responses return a data object. Errors return an error object with a code and message.

Rate limits

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?