2. Create profile customize
Request
Method
URL
Params
Key
Value
Description
Body
{
"os": "mac", // win, mac, lin. android, ios
"osVersion": "10", //Verison list in description. Local: available for version 2512+
"browser": "chrome", //chrome,edge,opera,brave,yandex,safari,operagx,chromium
"version": "136",
"userAgent": "",
"canvas": "noise", //noise off noise-e perfect noise-brave
"webGLImage": "false", // true false
"audioContext": "false", // true false
"webGLMetadata": "false", // true false
"webGLVendor":"",
"webGLMetadataRenderer":"",
"clientRectsEnable": "false", // true false
"noiseFont": "false", // true false
"language": "vi-VN",
"deviceMemory":4, // If you want to randomize this value, please comment out this line.
"hardwareConcurrency":32, // number , only 2 to 56. If you want to randomize this value, please comment out this line.
"resolution":"1280x800",
//"portsToProtect": "1111",
"StartURL": "https://hidemium.io/",
//"proxy": "HTTP|host|port|user|password", //type includes: HTTP, SSH, SOCKS5, SOCKS4. Type must be uppercase
//"disableAutofillPopup": "true", //true false
//"disableWebsiteClipboardAccess" : "off", // off|allow|block
"command":"--lang=vi"
"name" : "Test amazon book", // profile name
//"checkname" : true //true|false Add condition to check duplicate name when creating
"folder_name" : "ten folder" //check if there is then use that folder otherwise will create
//"cookies" : [] //cookie array
}Response
Last updated