API Key Authentication
All SuggestKit API requests require authentication using your project’s API key. The API key should be included in the Authorization header as a Bearer token.Getting Your API Key
- Log in to your SuggestKit Dashboard
- Navigate to your project settings
- Copy your public API key from the API Keys section
Never share your API key publicly or include it in client-side code. Keep it secure and use environment variables in production.
Example Request
cURL
Error Responses
If authentication fails, you’ll receive a401 Unauthorized
response: