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

# API认证 - 如何认证请求

> 了解如何使用API密钥认证OddsPapi API请求。所有HTTP端点的简单查询参数认证。

所有HTTP端点都需要`apiKey`。
您只会收到：

1. 您请求的内容，经过
2. 您有权访问的内容过滤

## 如何认证

将密钥作为查询参数传递：

```bash theme={null}
curl 'https://v5.oddspapi.io/zh/bookmakers?apiKey=YOUR_KEY'
```
