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.- Sign in at suprkeywords.com/app and open Settings β API Keys (Agency plan required).
- Create a key, give it a name, and copy the secret onceβit is shown only at creation.
- Use that secret in requests:
Authorization: Bearer <your-api-key>orX-API-KEY: <your-api-key>.
See also
- Authentication β Using Bearer or X-API-KEY for jobs, users/me, etc.
- Settings β Create and revoke keys in the dashboard.