# 3. 检查

## 申请

| 模式  | URL                            |
| --- | ------------------------------ |
| GET | api\_url/authorize?uuid={uuid} |

| 参数   | 价值     | 描述      |
| ---- | ------ | ------- |
| uuid | string | 资料的UUID |

## 申请例如

| 模式  | URL                                                                         |
| --- | --------------------------------------------------------------------------- |
| GET | <http://127.0.0.1:5555/authorize?uuid=992bd6f1-0a4c-40b2-88c0-d6ae54db7347> |

| 参数   | 价值                                   |
| ---- | ------------------------------------ |
| uuid | 992bd6f1-0a4c-40b2-88c0-d6ae54db7347 |

## 响应例如

如果资料已打开，则返回结果为对；如果资料已关闭，则返回结果为错误。

```
{
    "status": true
}
```


---

# 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.hidemium.io/api-zi-dong-hua/yuan-cheng-zi-liao/3.-jian-cha.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.
