- API
- Automation
- Docker
- Browserless(Beta)
CreateProfile
POST
/profiles
v2/Profiles
Request
Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Body Params application/json
name
stringÂ
optional
nst_${timestamp}
Example:
Profile
platform
enum<string>Â
optional
Windows
on windows otherwise macOS
Allowed values:
WindowsmacOSLinux
Example:
Windows
kernelMilestone
enum<string>Â
optional
Allowed values:
128130132
Example:
132
groupId
stringÂ
optional
groupName
Example:
1e455935-3e3e-4e3e-8e3e-3e3e3e3e3e3e
groupName
stringÂ
optional
Example:
Default
proxy
stringÂ
optional
proxyGroupName
Example:
http://username:password@ip:port
proxyGroupName
stringÂ
optional
note
stringÂ
optional
fingerprint
objectÂ
optional
deviceMemory
enum<integer>Â
optional
Allowed values:
248
Example:
8
disableImageLoading
booleanÂ
optional
doNotTrack
booleanÂ
optional
flags
objectÂ
optional
fonts
array[string]
optional
flags.fonts
== 'Custom'geolocation
objectÂ
optional
flags.localization
== 'Custom'hardwareConcurrency
enum<integer>Â
optional
Allowed values:
24810121416
Example:
4
localization
objectÂ
optional
flags.localization
== 'Custom'; localization.timezone works on flags.localization
== 'Custom'restoreLastSession
booleanÂ
optional
screen
objectÂ
optional
flags.screen
== 'Custom'userAgent
stringÂ
optional
webrtc
objectÂ
optional
flags.webrtc
== 'Custom'startupUrls
array[string]
optional
args
objectÂ
optional
Additional properties
stringÂ
optional
Example
{
"name": "testProfile",
"platform": "Windows",
"kernelMilestone": "132",
"groupName": "Default",
"note": "test profile note",
"proxy": "http://admin:[email protected]:8000",
"fingerprint": {
"flags": {
"audio": "Noise",
"battery": "Masked",
"canvas": "Noise",
"clientRect": "Noise",
"fonts": "Masked",
"geolocation": "Custom",
"geolocationPopup": "Prompt",
"gpu": "Allow",
"localization": "Custom",
"screen": "Custom",
"speech": "Masked",
"timezone": "Custom",
"webgl": "Noise",
"webrtc": "Custom"
},
"userAgent": "'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Safari/537.36'",
"deviceMemory": 8,
"hardwareConcurrency": 16,
"disableImageLoading": true,
"restoreLastSession": true,
"doNotTrack": true,
"localization": {
"language": "zh-HK",
"languages": [
"zh-HK",
"en-US",
"en"
],
"timezone": "Asia/Hong_Kong"
},
"screen": {
"width": 1280,
"height": 1024
},
"geolocation": {
"latitude": "31.2333",
"longitude": "121.469",
"accuracy": "603"
},
"webrtc": {
"publicIp": "111.111.111.111"
}
},
"startupUrls": [
"https://www.nstbrowser.io"
],
"args": {
"--remote-debugging-port": 34543,
"--disable-backgrounding-occluded-windows": true
}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:8848/api/v2/profiles' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "testProfile",
"platform": "Windows",
"kernelMilestone": "132",
"groupName": "Default",
"note": "test profile note",
"proxy": "http://admin:[email protected]:8000",
"fingerprint": {
"flags": {
"audio": "Noise",
"battery": "Masked",
"canvas": "Noise",
"clientRect": "Noise",
"fonts": "Masked",
"geolocation": "Custom",
"geolocationPopup": "Prompt",
"gpu": "Allow",
"localization": "Custom",
"screen": "Custom",
"speech": "Masked",
"timezone": "Custom",
"webgl": "Noise",
"webrtc": "Custom"
},
"userAgent": "'\''Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Safari/537.36'\''",
"deviceMemory": 8,
"hardwareConcurrency": 16,
"disableImageLoading": true,
"restoreLastSession": true,
"doNotTrack": true,
"localization": {
"language": "zh-HK",
"languages": [
"zh-HK",
"en-US",
"en"
],
"timezone": "Asia/Hong_Kong"
},
"screen": {
"width": 1280,
"height": 1024
},
"geolocation": {
"latitude": "31.2333",
"longitude": "121.469",
"accuracy": "603"
},
"webrtc": {
"publicIp": "111.111.111.111"
}
},
"startupUrls": [
"https://www.nstbrowser.io"
],
"args": {
"--remote-debugging-port": 34543,
"--disable-backgrounding-occluded-windows": true
}
}'
Responses
🟢200OK
application/json
Body
code
integerÂ
optional
data
object (business.CreateProfileResp)Â
optional
_id
stringÂ
optional
createdAt
stringÂ
optional
fingerprintId
stringÂ
optional
groupId
stringÂ
optional
kernel
integerÂ
optional
kernelMilestone
stringÂ
optional
kernelVersion
stringÂ
optional
name
stringÂ
optional
note
stringÂ
optional
platform
integerÂ
optional
platformVersion
stringÂ
optional
profileId
stringÂ
optional
saveLocal
booleanÂ
optional
status
integerÂ
optional
tags
array[string]
optional
teamId
stringÂ
optional
uaFullVersion
stringÂ
optional
updatedAt
stringÂ
optional
userId
stringÂ
optional
err
booleanÂ
optional
msg
stringÂ
optional
Example
{
"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"
}