The SearchX home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
API Documentation
Introduction
Documentation
API Reference
API Documentation
Introduction
Endpoint Examples
GET
Search
POST
Recommendation
POST
Re-index
On this page
Welcome
Authentication
API Documentation
Introduction
The SearchX API
Welcome
There are APIs for Search, Recommendation and Re-indexing of the Datasource, you can follow this API Reference to integrate in your application.
Authentication
All API endpoints are authenticated with Bearer Auth, You need to add Client API Key in Authorization headers, Client API Key is given at dashboard
Copy
{
"headers"
:
{
"Authorization"
:
Bearer
<CLIENT_API_KEY>
}
}
Search
Assistant
Responses are generated using AI and may contain mistakes.