Menu

New Profile

Basics

Path: /api/v1/user/create

Method: POST

Description: Create browser profiles, configuring account and password on platforms, cookie, proxy ID, proxy information, fingerprints and so on. Upon successful creation of a browser profile, profile ID will be returned.

Request Parameters

Optional Body parameters can be omitted, and the parameter format is JSON.

NameTypeNecessaryDefaultExampleDescriptionRemarks
nametextNO-user AThe name of the account, no more than 100 characters
domain_nametextNO-facebook.comDomain name of user’s account platform, such as facebook.com, amazon.com... Will open when clicking Open.
open_urlslistNO-["http://www.baidu.com","https://www.google.com"]Other urls when opening browser. If leaving it empty, will open the domain name url.
repeat_configlistNO-[2,3]Account deduplication. Default setting: Allow duplication.
0: Allow duplication;
2: Deduplication based on the account name/password;
3: Deduplication based on cookie;
4: Deduplication based on c_user (c_user is a specific tag for Facebook)
usernametextNO-myusernameFill in at least one of the following: username /password or cookie information. If username /password duplication is allowed, leave here empty.
passwordtextNO-123456Fill in at least one f the following: username /password or cookie information. If username /password duplication is allowed, leave here empty.
fakeytextNO-xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxxEnter the 2FA-key.This applies to online 2FA code generator, which works similarly to authenticators.
cookietextNO-[ { "domain": ".baidu.com", "expirationDate": 1724188800, "name": "BAIDUID", "path": "/", "sameSite": "unspecified", "secure": true, "value": "xxxxxxxxxx", "id": 1 } ]Fill in at least one of the following: username /password or cookie information. If username /password repeat is allowed, leave here empty. Format: JSON
ignore_cookie_errortextNO01
0:When the cookie verification fails, the cookie format is incorrectly returned directly
1:When the cookie verification fails, filter out the data in the wrong format and keep the cookie in the correct format
Only supports netspace
Should upgrade to V2.4.6.6 or above
group_idtextYES-100Add to corresponding group.
0: Ungrouped
iptextNO-xxx.xxx.xxx.xxxProxy IP used for an account to log in. Fill in when proxy software is lumauto or oxylabs.
countrytextNO-usCountry or region your lumauto and oxylabs account belongs to.Without lumauto and oxylabs IP please enter country.
regiontextNO-xxState or province where account logged in, optional.
citytextNO-xxCity where account logged in, optional.
remarktextNO-This is remark.Remarks to describe accounts
ipcheckertextNO-ip2locationIP query channel, support to determine ip2location, ipapiShould upgrade to V2.6.3.8 or above
sys_app_cate_id textNO082Passable application category ID, 0 for follow team applicationNeed to upgrade to version V2.6.6.5 and above
user_proxy_configuserProxyConfigEither one of the two fields, proxyid, is required.-{"proxy_type":"http","proxy_host":"123.0.0.1",
"proxy_port":"12","proxy_user":"12",
"proxy_password":"12","proxy_soft":"luminati"}
Account proxy configuration, for details please see parameter object userPorxyConfig
proxyidtextEither user_proxy_config or user_proxy_config is required.-xxxCan be passed proxy id or random (randomize a proxy)
fingerprint_configfingerprintConfigYES-{"automatic_timezone": "1","language": ["en-US","en"],"flash": "block","fonts":
["all"],"webrtc":
"disabled",
"ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/87.0.4280.141 Safari/537.36"}
Account fingerprint configuration, for details please see parameter object fingerprintConfig


Return Data


//Operation succeeded
{
  "code": 0,
  "data": {
    "id":"xxxxxxx"  //Unique ID after importing account
  }      
  "msg": "Success"
}
        
//Operation failed
{
  "code":-1,
  "data":{},
  "msg":"failed"
}


Previous
Profiles
Next
New Profile V2
Last modified: 2025-08-20Powered by