Skip to main content

Overview

API keys authenticate scripted or server-to-server requests to the SuprKeywords API. You create and manage keys in the dashboard (Settings β†’ API Keys), not via the API. The key-management endpoints are session-only and are not documented in this reference.
  1. Sign in at suprkeywords.com/app and open Settings β†’ API Keys (Agency plan required).
  2. Create a key, give it a name, and copy the secret onceβ€”it is shown only at creation.
  3. Use that secret in requests: Authorization: Bearer <your-api-key> or X-API-KEY: <your-api-key>.
You can have up to 10 active keys at a time; revoke one in Settings to create a new one.

See also

  • Authentication – Using Bearer or X-API-KEY for jobs, users/me, etc.
  • Settings – Create and revoke keys in the dashboard.