For the complete documentation index, see llms.txt. This page is also available as Markdown.

2. Create profile customize

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

Request

Method
URL

POST

http://127.0.0.1:5555/create-profile-custom

Body

// The fields are not required
{
  
  "os": "win",  //win , mac , lin , android
  "userAgent": "",
  "canvas": "noise",  //"noise" or "off"
  "webGLImage": "true", //"true" or "false"
  "audioContext": "true",   //"true" or "false"
  "webGLMetadata": "true",   //"true" or "false"
  "clientRectsEnable": "true",    //"true" or "false"
  "languages": "en-us,vi;q=0.9",
  "resolution": "1024x768",
  "proxy": "HTTP|192.168.1.1|22|username|password",
  "name" : "", //tên profile
  "checkname" : true, //true|false thêm điều kiện check trùng tên khi tạo
  "folder_name" : "ten folder", //check nếu có thì dùng folder đó ko thì sẽ tạo
  "cookies" : [] //mảng cookies
}

Response

Last updated