Start Profile
Start Profile
POST http://127.0.0.1:2268/profiles/start/:profileIDExample
Curl example
curl -X POST http://127.0.0.1:2268/profiles/start/:profileIDJavascript example
const hidemyacc = new Hidemyacc();
const response= await hidemyacc.start("652e8e982293bc496ec38ecb");Note: In Hidemyacc 3.0 you can adjust proxy when starting profiles.
{
"proxy": "{\"host\":\"127.0.0.1\",\"mode\":\"http\",\"password\":\"d92913ab\",\"port\":26951,\"username\":\"nguyenmanhtien.bh\"}",
"params": "--disable-gpu --window-size=800,600 --window-position=100,100"
}Get params here: https://peter.sh/experiments/chromium-command-line-switches/
Success response
Success response - Success 200
Name
Type
Description
port
Number
PORT auto
wsUrl
String
Used to integrate Puppeteer
Success response example
Success response example - Success-Example
Error response
Error response - Error 4xx
Name
Type
Description
402
API supported from Team plan
Error response example
Error response example - Response (example):
Last updated