CreateProfile
POST
/profilecreate profile
Request
custom args with kernel command line switches
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'
profile group id, invalid for once profile
an existing group name,prioritize using groupId if set, invalid for once profile
kernel type
kernelMilestone
profile name
profile note, invalid for once profile
fingerprint os platform
profile proxy, higher priority than proxyGroupName
an existing proxy group name, invalid for once profile
browser port
startup urls
{
"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"
}