1. Open profile
Returns an open profile
Request
Method
URL
GET
api_url/openProfile?uuid={uuid}
Params
Value
Description
uuid
string
UUID of profile
command
string
command
Example Request 
Method
URL
GET
http://127.0.0.1:2222/openProfile?uuid=22387ee6-7386-4710-815c-d47d03a69f58&command=--window-position=500,500 --window-size=1280,800&proxy=HTTP|117.7.228.236|60001|E9Jr0ZzaPQD8|0vBZs1uroVnm
Params
Value
Description
command
--window-position=500,500 --window-size=1280,800
You can replace with another cmd
proxy
HTTP|117.7.228.236|60001|E9Jr0ZzaPQD8|0vBZs1uroVnm
- After running, the proxy you used will be added to that profile. 
- Types include: HTTP, SOCKS5, SOCKS4, SSH 
- Type must be uppercase 
Example Response
Profile with UUID of "99bed28d-7d71-432e-87c8-71d24926acb3" 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"
    }
}Last updated
