Local API 文档
    Local API 文档
    • API 概览
      • 概述
      • 获取当前接口状态
        GET
    • 浏览器
      • 启动浏览器
        POST
      • 关闭浏览器
        POST
      • 检查浏览器状态
        POST
    • 分组管理
      • 创建分组
        POST
      • 修改分组
        POST
      • 删除分组
        POST
      • 查询分组
        POST
    • 应用中心
      • 分类列表
        POST
    • 环境管理
      • 新建环境
        POST
      • 编辑环境
        POST
      • 查询环境
        POST
      • 移动环境
        POST
      • 清除缓存
        POST
      • 删除环境
        POST
    • 附录
      • 语言
      • 时区
      • 系统
      • 字体
        • 全部字体
        • Windows 字体
        • macOS ,iOS 字体
        • Android 字体
        • Linux 字体
    • 数据模型
      • 响应模板
      • 代理信息模板
      • 环境指纹配置模板
      • 环境参数
      • Token 模板

    环境参数

    {
        "group_id": 0,
        "system_version": [
            "Windows 11"
        ],
        "remark": "测试备注",
        "browser": "chrome",
        "browser_version": "autoMatch",
        "app_class_id": "string",
        "ua_version": [
            "string"
        ],
        "proxy": {
            "proxy_mode": 0,
            "proxy_type": "no_proxy",
            "proxy_custom_json": {
                "searchIp": "auto",
                "host": "192.168.0.1",
                "port": "1000",
                "username": "username123",
                "password": "password123",
                "refresh_url": "string"
            }
        },
        "platform": "https://baidu.com",
        "platform_url": [
            "string"
        ],
        "platform_account": "username",
        "platform_password": "password",
        "cookie": [
            {
                "domain": "string",
                "expires": 0,
                "httpOnly": true,
                "name": "string",
                "path": "string",
                "sameSite": "string",
                "secure": true,
                "session": true,
                "value": "string"
            }
        ],
        "start_args": [
            "string"
        ],
        "fingerprint_args": {
            "user_agent": "string",
            "WebRTC": "forward",
            "time_zone": {
                "switch": "1",
                "value": "‘’"
            },
            "location": {
                "type": "ask",
                "switch": "1",
                "latitude": "string",
                "longitude": "string",
                "accuracy": "string"
            },
            "language": [
                "zh-cn"
            ],
            "switch_language": "1",
            "page_language": "string",
            "switch_page_language": "1",
            "screen_resolution": "none",
            "fonts": [
                "string"
            ],
            "canvas": "noise",
            "webgl_image": "1",
            "webgl": "1",
            "webgl_config": {
                "unmasked_vendor": "string",
                "unmasked_renderer": "string",
                "webgpu": {
                    "webgpu_switch": "1"
                }
            },
            "audio": "1",
            "media_devices": "2",
            "media_device_config": {
                "audioinput_num": 0,
                "audiooutput_num": 0,
                "videoinput_num": 0
            },
            "client_rects": "1",
            "speech_switch": "1",
            "hardware": "4",
            "memory": "8",
            "mac": {
                "type": "1",
                "name": "86-08-81-ff-19-90"
            },
            "do_not_track": "default",
            "accelerate": "0",
            "device_name": {
                "type": "1",
                "name": "string"
            }
        }
    }
    Built with