Menu

New Profile V2

Please update to the latest patch version to use it.

Basics

POST /api/v2/browser-profile/create

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.

NameTypeNecessaryDefaultExampleDescription
nametextNO-user AThe name of the account, no more than 100 characters
group_idtextYES-100Add to corresponding group.
0: Ungrouped
remarktextNO--Remarks to describe accounts
platformtextNO--ex: facebook.com
usernametextNO-myusernamePlatform account username. Fill in at least one of the following: username /password or cookie information. It's not necessary to fill in if duplication is allowed.  
passwordtextNO-123456Platform account password. Fill in at least one of the following: username /password or cookie information. It's not necessary to fill in if duplication is allowed.
fakeytextNO-xxxx xxxx xxxx xxxx xxxx Enter the 2FA-key.This applies to online 2FA code generator, which works similarly to Google 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.  It's not necessary to fill in if  duplication is allowed. Format: JSON, Netscape.
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)
ignore_cookie_errortextNO01Handling of Cookie Verification Failures.  
0:Return an error directly;  1:Filter out the data in the wrong format and keep the cookie in the correct format. Only supports Netscape format.
tabslistNO-["http://www.baidu.com","https://www.google.com"]The URL address that the profile accesses on startup; If left blank, only the URL specified in the platform will be opened by default.
user_proxy_configobjectNO-{"proxy_type":"http","proxy_host":"123.0.0.1",
"proxy_port":"12","proxy_user":"12",
"proxy_password":"12","proxy_soft":"luminati"}
Proxy configuration, refer to userProxyConfig

‼️
Note:
Either user_proxy_config or proxyid is required.
proxyidtextNO-XXXProxy ID or enter "random" to choose a saved proxy randomly.
‼️ Note: Either user_proxy_config or proxyid is required.
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 proxy belongs to. For lumauto and oxylabs IP please enter country if there is no IP.
regiontextNO-xxState or province where the proxy belongs.
citytextNO-xxCity where proxy belongs to.
ipcheckertextNO-ip2locationIP query channel, support to determine ip2location, ipapi
sys_app_cate_id textNO082Passable application category ID, 0 for follow team application
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
userProxyConfig
proxyidtextEither user_proxy_config or user_proxy_config is required.-xxxCan be passed proxy id or random (randomize a proxy)
fingerprint_configObjectYES-{"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 fingerprint_config


Return Data


//Operation succeeded
{
    "data": {
        "profile_id": "xxxx", // Profile ID
        "profile_no": "xxxx" // Profile No.
    },
    "code": 0,
    "msg": "Success"
}
        
//Operation failed
{
  "code":-1,
  "data":{},
  "msg":"failed"
}


Previous
New Profile
Next
Update Profile Info
Last modified: 2025-08-20Powered by