Introduction#
This API documentation covers the REST endpoints for integrating with the AISearchAPI platform. These HTTP-based APIs work in any environment capable of making HTTP requests. For language-specific libraries and SDKs, check the libraries page.Authentication#
The AISearchAPI uses API keys to authenticate requests. You can create and manage your API keys through your organization settings.Keep your API key secure - treat it as confidential information. Never share it publicly or include it in client-side code like web browsers or mobile apps. Instead, store API keys securely using environment variables or a key management service on your server.Authentication Method
Include your API key in requests using HTTP Bearer authentication:Authorization: Bearer YOUR_API_KEY
Making API Requests
Here's an example request:Modified at 2025-07-31 11:26:56