> 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/hidemium-4/i.-bat-dau-voi-hidemium/api-automation-v4/remote-profile/1.-open-profile.md).

# 1. Open profile

Returns an open profile

#### **Request** <a href="#request" id="request"></a>

| Method | URL                              |
| ------ | -------------------------------- |
| GET    | api\_url/openProfile?uuid={uuid} |

| Params  | Value  | Description     |
| ------- | ------ | --------------- |
| uuid    | string | UUID of profile |
| command | string | command         |

#### **Example Request**  <a href="#example-request-hidemium-v4" id="example-request-hidemium-v4"></a>

| Method | URL                                                                                                                                                                                                                                                                                                                        |
| ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| GET    | [http://127.0.0.1:2222/openProfile?uuid=22387ee6-7386-4710-815c-d47d03a69f58&](http://127.0.0.1:2222/openProfile?uuid=22387ee6-7386-4710-815c-d47d03a69f58\&command=--hidemium-clipboard-mode=allow)command=--window-position=500,500 --window-size=1280,800\&proxy=HTTP\|117.7.228.236\|60001\|E9Jr0ZzaPQD8\|0vBZs1uroVnm |

| Params  | Value                                                                                                                                                        | Description                                                                                                                                                        |
| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| uuid    | [22387ee6-7386-4710-815c-d47d03a69f58](http://127.0.0.1:2222/openProfile?uuid=22387ee6-7386-4710-815c-d47d03a69f58\&command=--hidemium-clipboard-mode=allow) |                                                                                                                                                                    |
| command | --window-position=500,500 --window-size=1280,800                                                                                                             | You can replace with another cmd                                                                                                                                   |
| proxy   | HTTP\|117.7.228.236\|60001\|E9Jr0ZzaPQD8\|0vBZs1uroVnm                                                                                                       | <ul><li>After running, the proxy you used will be added to that profile.</li><li>Types include: HTTP, SOCKS5, SOCKS4, SSH</li><li>Type must be uppercase</li></ul> |

#### **Example Response** <a href="#example-response" id="example-response"></a>

*Profile with UUID of "*&#x39;9bed28d-7d71-432e-87c8-71d24926acb&#x33;*" is opened.*

```
{
    "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"
    }
}
```
