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

{
"headers":
  {
    "Authorization": Bearer <CLIENT_API_KEY>
  }
}