> For the complete documentation index, see [llms.txt](https://docs.hidemium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemium.io/api-zi-dong-hua/hu-dong-zi-liao/2.-chuang-jian-zi-ding-yi-zi-liao.md).

# 2. 创建自定义资料

## 申请

| 模式   | URL                                                                                                                            |
| ---- | ------------------------------------------------------------------------------------------------------------------------------ |
| POST | <http://127.0.0.1:5555/create-profile-custom>[&#xD;](<http://127.0.0.1:5555/profileList?page=1\&limit=10&#xD;&#xA;&#xD;&#xA;>) |

**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
}
```
