For the complete documentation index, see llms.txt. This page is also available as Markdown.

Example of interface request parameters

The following interface parameters are all example parameters, showing only partial fields. For detailed fields, please refer to the specific corresponding interface document.

Create a Windows profile

// /browser/update
{
    "name": "windows browser",
    "browserFingerPrint": {
        "coreVersion": "122",
        "ostype": "PC",
        "os": "Win32",
        "osVersion": "11,10"
    },
    "proxyMethod": 2,
    "proxyType": "noproxy"
}

Create a Mac profile

// /browser/update
{
    "name": "mac browser",
    "browserFingerPrint": {
        "coreVersion": "118",
        "ostype": "PC",
        "os": "MacIntel",
        "hardwareConcurrency": "10"
    },
    "proxyMethod": 2,
    "proxyType": "noproxy"
}

Create a iPhone profile

Create a Android profile

Update profile, without fingerprint

Update profile's fingerprint info

Create a profile, and set a socks5 proxy

Create a profile, and set a extract ip proxy infomation

Last updated