# API

### URL

**`https://resi-api.iproyal.com/v1/web-unblocker`**

### 授权

所有请求均需&#x4EE5;**`Authorization`** （授权）开头完成授权。为安全访问起见，所有查询请求都必须以Authorization开头，后加“Bearer”和一个空格，再加API token（令牌）。格式如下：

**`Authorization`**`:`**`Bearer <your_api_token>`**

可在控制面板**Settings**（设置）页面API栏查看与重置API Token。请务必妥善保管；重置 Token后，请同步更新您的应用程序信息。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.iproyal.com/cn/gong-ju/wang-luo-jie-suo-qi/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
