> ## 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 Authentication Method

The JieKou AI API uses the Authorization field in the `request header` to carry the API key for authentication. You can view and manage your API keys on the [settings page](https://jiekou.ai/settings/key-management).

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