CreateProfile
POST
/profilecreate profile
Request
profile name
kernel type
kernelMilestone
fingerprint os platform
profile group id, invalid for once profile
an existing group name,prioritize using groupId if set, invalid for once profile
profile note, invalid for once profile
profile proxy, higher priority than proxyGroupName
an existing proxy group name, invalid for once profile
startup urls
custom fingerprint
deviceMemory
disableImageLoading
DoNotTrack
fingerprint flags
fonts list,works on flags.fonts
== 'Custom'
geolocation,works on flags.localization
== 'Custom'
hardwareConcurrency
languages,works on flags.localization
== 'Custom'; localization.timezone works on flags.localization
== 'Custom'
indicates the last session should be restored on startup
screen,works on flags.screen
== 'Custom'
navigator.userAgent
webrtc ips,works on flags.webrtc
== 'Custom'
custom args with kernel command line switches
{
"name": "testProfile",
"platform": "windows",
"kernel": "chromium",
"kernelMilestone": "128"
}
Request samples
Responses
{
"code": 0,
"data": {
"_id": "string",
"createdAt": "string",
"fingerprintId": "string",
"groupId": "string",
"kernel": 0,
"kernelMilestone": "string",
"kernelVersion": "string",
"name": "string",
"note": "string",
"platform": 0,
"platformVersion": "string",
"profileId": "string",
"saveLocal": true,
"status": 0,
"tags": [
"string"
],
"teamId": "string",
"uaFullVersion": "string",
"updatedAt": "string",
"userId": "string"
},
"err": true,
"msg": "string"
}