Skip to content
Help Center/For Publishers/Getting Your API Key
Back to Help Center

Getting Your API Key

One key is all you need to start serving matched native ads.

Generating a Key

  1. Sign up or log in as a publisher
  2. Go to API Settings in your dashboard
  3. Click Generate API Key
  4. 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.