2. Create profile customize

Tạo profile mới và import cookie vào profile vừa tạo.

Request

Method
URL

POST

Params

Key
Value
Description

is_local

true/false

false: Create cloud profiles, true: Create local profiles

Body


{
  "os": "mac",  // win, mac, lin. android, ios
  "browser": "chrome", //chrome,edge,opera,brave,yandex,safari,operagx,chromium
  "version": "121",
  "userAgent": "",
  "canvas": true,   //true   false 
  "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

{
    "type": "success",
    "title": "Profile has been created successfully.",
    "content": {
       //content information 
    }
}

Last updated