Skip to main content

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

  1. Log in to your SuggestKit Dashboard
  2. Navigate to your project settings
  3. 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 a 401 Unauthorized response:

Base URL

All API requests should be made to: