API Randomly Create Browser Profiles

Randomly Create Browser Profiles using the API interface:

Request Url: 

https://api.vmlogin.com/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:
windows, mac, linux, android, ios
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": "vmlogin group",
    "body": {
        "name": "vmlogin profile",
        "kernelver": "116",
        "ua": {
            "os":[ 
                "windows",
                "mac"
            ],
            "core": [ 
                "116",
                "115"
                ],
            "ver": [ 
                10,
                11
            ]
        }
    }
}

Response

{
    "status": "OK",
    "value": "4A0CB076-C96E-4234-9683-E518DA299672"
}


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: