API Automation

API Random Create Browser Profiles

API Random Create Browser Profiles:


Request Url: 


https://api.xlogin.us/v1/profile/random


Request Type: POST


NameTypeDescriptionrequired
tokenstringAuthentication tokentrue
tagId/tagstringGroup ID/Group Name (either-or)false
namestringBrower profile namefalse
kernelverstring|arrayBrowser kernel versionfalse
ua->osarrayArray type, Random range:
windowsmaclinuxandroidios
false
ua->corestring|arrayArray or number, specify UA core Randomfalse
ua->verarrayWindows, Android-exclusive fields, versions:
Windows:[11,10,6] 
Android:[4,5,...,11,12]
false
ua->typestringAndroid-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: