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

# Introduction

Horay.ai API enables you to use various Language, Image and Embedding Models by the API Key.

## Authentication

The request sent to Horay.ai must include an `Authorization` header.

The header must include a valid Bearer Token and be encoded as JSON with the "Content-Type: application/json" header.

A sample header should look like this:

```Java theme={null}
  authorization: Bearer <API_KEY>
```
