> ## Documentation Index
> Fetch the complete documentation index at: https://docs.thesearchx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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

```json theme={null}
{
"headers":
  {
    "Authorization": Bearer <CLIENT_API_KEY>
  }
}
```
