> For the complete documentation index, see [llms.txt](https://api-doc.ispkey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-doc.ispkey.com/param.md).

# 公共参数

**服务器地址**

* `https://api.ispkey.com/`

**参数**

| 参数名    | 必选 | 类型     | 说明       |
| ------ | -- | ------ | -------- |
| appKey | 是  | string | appKey密钥 |
| params | 是  | object | 参数集合     |

```json
{
    "params":{},
    "appKey": "xxxxxx"
}
```

**备注**

* 注：所有请求都需要传appKey
