SuggestAPI access for search and indexing setup is centered around API keys managed in the web app.
API keys
API keys should be created and managed in the SuggestAPI web app.
In the app, open the API Keys area for your tenant and create the key you need for the environment you are setting up.
Keys can be:
- public for frontend-safe read use cases
- private for write-capable or trusted backend integrations
- restricted to specific indexes
Managing keys in the web app
Typical setup flow:
- Sign in to the SuggestAPI app.
- Switch to the correct tenant if you have access to more than one.
- Open API Keys.
- Create a public key for browser search or a private key for trusted server-side work.
- Limit the key to the indexes it should access when appropriate.
- Save the key somewhere secure and add it to your app or integration config.
Recommended usage model
- Use public API keys for browser search requests.
- Use private API keys or bearer auth for document writes, exports, and admin-safe automation.