Prerequisites
- A CreatorAudit account. Sign up if you don’t have one.
- An API key, which you’ll create below.
1. Create an API key
Open the API keys page in the dashboard, create a key, and copy it — it’s shown only once. A key is scoped to your organization; keep it secret and server-side.2. Authenticate
Send the key as a bearer token on every request, and confirm it withwhoami:
whoami echoes the organization your key belongs to.
3. Read some data
{ data, pagination } for collections and { data } for a single resource.
Then
Code examples
Runnable cURL, Python, and TypeScript clients.
Conventions
Auth, pagination, filtering, errors, rate limits, and versioning.
API reference
Every endpoint with a live playground.
Build with agents
Turn the API into tools an AI agent can call.