Getting Your API Key
One key is all you need to start serving matched native ads.
Generating a Key
- Sign up or log in as a publisher
- Go to API Settings in your dashboard
- Click Generate API Key
- Copy and store it securely — treat it like a password
No SDK Required
There's nothing to install. Your API key authenticates plain HTTP requests to the serve endpoint — any language or framework that can make a GET request can integrate.
Keeping Your Key Safe
- Never expose your API key in client-side JavaScript — call the serve endpoint from your server
- Rotate your key from the dashboard if you suspect it's been exposed
- Each key is tied to your publisher account and earnings ledger
Next Step
Once you have a key, head to the serve endpoint guide to make your first request.