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

# 简介

> CakeIP 开放接口公共参数

## 请求基础路径

**[https://apiv1.cakeip.com/openapi](https://apiv1.cakeip.com/openapi)**

## 请求参数

```json theme={null}
{
    "params": {},
    "appKey": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}
```

### 参数说明

<ParamField body="appKey" type="string" default="" required>
  appKey 密钥
</ParamField>

<ParamField body="params" type="object" default="{}" required>
  参数集合
</ParamField>

## 备注

所有请求都需要传 `appKey`。

![说明图片](https://cakeiposs.chiikawa.org/cakeip-docs.png)
