Create profile
POST {{API_BASE_URL}}/browser
Create profile
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
os | string | ||
audioContext | string | ||
canvas | string | ||
webRTC | string | ||
webGL | string | ||
clientRects | string | ||
webGLMetadata | string |
Request Body
{"name"=>"string", "notes"=>"string", "browserType"=>"chrome", "os"=>"lin", "startUrl"=>"string", "googleServicesEnabled"=>false, "lockEnabled"=>false, "debugMode"=>false, "navigator"=>{"userAgent"=>"string", "resolution"=>"string", "language"=>"string", "platform"=>"string", "doNotTrack"=>false, "hardwareConcurrency"=>0, "deviceMemory"=>1, "maxTouchPoints"=>0}, "geoProxyInfo"=>{}, "storage"=>{"local"=>true, "extensions"=>true, "bookmarks"=>true, "history"=>true, "passwords"=>true, "session"=>true}, "proxyEnabled"=>false, "proxy"=>{"mode"=>"http", "host"=>"string", "port"=>0, "username"=>"string", "password"=>"string"}, "dns"=>"string", "plugins"=>{"enableVulnerable"=>true, "enableFlash"=>true}, "timezone"=>{"enabled"=>true, "fillBasedOnIp"=>true, "timezone"=>"string"}, "audioContext"=>{"mode"=>"off", "noise"=>0}, "canvas"=>{"mode"=>"off", "noise"=>0}, "fonts"=>{"families"=>["string"], "enableMasking"=>true, "enableDomRect"=>true}, "mediaDevices"=>{"videoInputs"=>0, "audioInputs"=>0, "audioOutputs"=>0, "enableMasking"=>false}, "webRTC"=>{"mode"=>"alerted", "enabled"=>true, "customize"=>true, "localIpMasking"=>false, "fillBasedOnIp"=>true, "publicIp"=>"string", "localIps"=>["string"]}, "webGL"=>{"mode"=>"noise", "getClientRectsNoise"=>0, "noise"=>0}, "clientRects"=>{"mode"=>"noise", "noise"=>0}, "webGLMetadata"=>{"mode"=>"mask", "vendor"=>"string", "renderer"=>"string"}, "webglParams"=>[], "profile"=>"string", "googleClientId"=>"string", "updateExtensions"=>true, "chromeExtensions"=>["string"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-type | string |
RESPONSES
status: Created
{"name":"string","role":"owner","id":"63da4440cb4679239800705e","notes":"string","browserType":"chrome","lockEnabled":false,"timezone":{"enabled":true,"fillBasedOnIp":true,"timezone":"string"},"navigator":{"hardwareConcurrency":0,"doNotTrack":false,"deviceMemory":1,"maxTouchPoints":0,"userAgent":"string","resolution":"string","language":"string","platform":"string"},"geolocation":{"mode":"prompt","enabled":true,"customize":true,"fillBasedOnIp":true,"latitude":0,"longitude":0,"accuracy":10},"debugMode":false,"os":"lin","proxy":{"mode":"http","port":80,"autoProxyRegion":"us","torProxyRegion":"us","host":"string","username":"string","password":"string","id":"63da4440ad3b7b6b23c9ce59"},"folders":[],"createdAt":"2023-02-01T10:51:44.864Z","updatedAt":"2023-02-01T10:51:44.864Z","chromeExtensions":["string"],"userChromeExtensions":[],"tags":[],"proxyEnabled":true}