> For the complete documentation index, see [llms.txt](https://docs.hidemium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemium.io/api-zi-dong-hua/yuan-cheng-zi-liao/1.-da-kai-zi-liao.md).

# 1.打开资料

返回打开资料

## 申请

| 模式  | URL                                                                      |
| --- | ------------------------------------------------------------------------ |
| GET | api\_url/openProfile?uuid={uuid}\&proxy={proxy\_info}\&command={command} |

<table><thead><tr><th width="184">参数</th><th width="101">价值</th><th>描述</th></tr></thead><tbody><tr><td>uuid</td><td>string</td><td>资料的UUID</td></tr><tr><td>proxy</td><td>string</td><td><ul><li>类型| ip |端口|用户名称|密码</li><li>必须编码URL</li><li>无效</li></ul></td></tr></tbody></table>

## 申请例如

| 模式                                                                                                | URL                     |      |                  |                 |
| ------------------------------------------------------------------------------------------------- | ----------------------- | ---- | ---------------- | --------------- |
| GET                                                                                               | <p>\<a href="           |      |                  |                 |
| <http://127.0.0.1:5555/openProfile?uuid=99bed28d-7d71-432e-87c8-71d24926acb3&#x26;proxy=HTTP>     | rotating.proxyempire.io | 9002 | NEGlO0haWfu6v6PZ | pass123">       |
| <br><http://127.0.0.1:5555/openProfile?uuid=99bed28d-7d71-432e-87c8-71d24926acb3&#x26;proxy=HTTP> | rotating.proxyempire.io | 9002 | NEGlO0haWfu6v6PZ | pass123</a></p> |

**参数**

| Key   | 价值                                                                                                                                                                                                                  |
| ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| uuid  | 99bed28d-7d71-432e-87c8-71d24926acb3                                                                                                                                                                                |
| proxy | [HTTP\|rotating.proxyempire.io\|9002\|NEGlO0haWfu6v6PZ\|pass123](http://127.0.0.1:5555/openProfile?uuid=99bed28d-7d71-432e-87c8-71d24926acb3\&proxy=HTTP\|rotating.proxyempire.io\|9002\|NEGlO0haWfu6v6PZ\|pass123) |

## 响应例如

打开了带有“ 99Bed28D-7D71-432E-87C8-71D24926ACB3”的UUID的资料。

```

{
    "status": "successfully",
    "data": {
        "remote_port": 4000,
        "profile_path": "C:\\Users\\*****\\AppData\\Local\\Temp\\.hidemium\\99bed28d-7d71-432e-87c8-71d24926acb3",
        "execute_path": "C:\\Users\\*****\\.hidemium\\browser\\mulbrowser\\115.0.0.0_v6\\chrome.exe"
    }
}
```
