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

# Способ аутентификации API

JieKou AI API использует поле Authorization в `请求头` для передачи API-ключа и выполнения аутентификации. Вы можете просматривать и управлять своими API-ключами на [странице настроек](https://jiekou.vip/settings/key-management).

```js theme={null}
{
    "Authorization": "Bearer {{API Key}}"
}
```
