API Random Create Browser Profiles:
Request Url:
https://api.xlogin.us/v1/profile/random
Request Type: POST
Name | Type | Description | required |
token | string | Authentication token | true |
tagId/tag | string | Group ID/Group Name (either-or) | false |
name | string | Brower profile name | false |
kernelver | string|array | Browser kernel version | false |
ua->os | array | Array type, Random range:windows , mac , linux , android , ios | false |
ua->core | string|array | Array or number, specify UA core Random | false |
ua->ver | array | Windows, Android-exclusive fields, versions:Windows:[11,10,6] Android:[4,5,...,11,12] | false |
ua->type | string | Android-only field, Mobile: "0" Pad: "1" | false |
Request
{
"token": "xxxxxxxxxxxxxxxxxxxxxxxx",
"tag": "xlogin",
"body": {
"name": "test",
"kernelver": "125",
"ua": {
"os":[
"windows",
"mac"
],
"core": [
"125",
"124"
],
"ver": [
10,
11
]
}
}
}
Response
{
"status": "OK",
"value": "3B77D1ED-F286-4E05-80DD-66976D1516F3"
}
Note:
For token, please refer to the "View/Change the API Token" tutorial.
The system auto-randomly creates windows, mac, ios or android type browsers as shown in the figure:
Create the windows browser as shown:
Create the mac browser as shown:
Create the ios browser as shown:
Create the android browser as shown: