> ## 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.ai/settings/key-management) で確認および管理できます。

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