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

# API 鉴权方式

<a href="https://ppio.com" target="_blank">PPIO 派欧云平台</a> API 使用 `请求头` 中的 Authorization 字段携带 API 密钥进行身份认证。您可以在<a href="https://ppio.com/settings/key-management" target="_blank">API 密钥管理页面</a>查看和管理您的 API 密钥。

```json theme={null}
{
  "Authorization": "Bearer {{API 密钥}}"
}
```
