Authorization: Bearer ********************{
"name": "string",
"window": {
"width": 800,
"height": 600
},
"browser": {
"kernel_version": "string",
"system_os": "Windows",
"system_version": "string",
"ua_version": "string",
"user_agent": "string"
},
"group_id": "string",
"cookies": [
{
"name": "string",
"value": "string",
"property1": null,
"property2": null
}
],
"remark": "string",
"command_line": "string",
"proxy": {
"mode": "none"
},
"account_ids": [],
"accounts": [],
"extension_ids": [],
"common_settings": {
"block_images": false,
"block_video_autoplay": false,
"mute_audio": false,
"disable_translate_prompt": false,
"disable_password_save_prompt": false,
"block_notifications": false,
"block_clipboard_read": false,
"stop_open_on_network_error": false,
"stop_open_on_ip_change": false,
"stop_open_on_country_change": false
},
"fingerprint": {
"webrtc": {
"mode": "based_on_ip"
},
"timezone": {
"mode": "based_on_ip"
},
"geolocation": {
"mode": "based_on_ip"
},
"language": {
"mode": "based_on_ip"
},
"screen": {
"mode": "random"
},
"fonts": {
"mode": "random"
},
"noise": {
"canvas": true,
"webgl": true,
"audio_context": true,
"client_rects": true
},
"memory": {
"mode": "random"
},
"cpu": {
"mode": "random"
},
"do_not_track": {
"mode": "default"
},
"port_scan_protection": {
"mode": "enabled"
},
"hardware_acceleration": {
"mode": "default"
},
"battery": {
"mode": "random"
},
"media_devices": {
"mode": "random"
}
}
}curl --location 'http://local.zhongyibrowser.com:39025/api/v1/browsers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"window": {
"width": 800,
"height": 600
},
"browser": {
"kernel_version": "string",
"system_os": "Windows",
"system_version": "string",
"ua_version": "string",
"user_agent": "string"
},
"group_id": "string",
"cookies": [
{
"name": "string",
"value": "string",
"property1": null,
"property2": null
}
],
"remark": "string",
"command_line": "string",
"proxy": {
"mode": "none"
},
"account_ids": [],
"accounts": [],
"extension_ids": [],
"common_settings": {
"block_images": false,
"block_video_autoplay": false,
"mute_audio": false,
"disable_translate_prompt": false,
"disable_password_save_prompt": false,
"block_notifications": false,
"block_clipboard_read": false,
"stop_open_on_network_error": false,
"stop_open_on_ip_change": false,
"stop_open_on_country_change": false
},
"fingerprint": {
"webrtc": {
"mode": "based_on_ip"
},
"timezone": {
"mode": "based_on_ip"
},
"geolocation": {
"mode": "based_on_ip"
},
"language": {
"mode": "based_on_ip"
},
"screen": {
"mode": "random"
},
"fonts": {
"mode": "random"
},
"noise": {
"canvas": true,
"webgl": true,
"audio_context": true,
"client_rects": true
},
"memory": {
"mode": "random"
},
"cpu": {
"mode": "random"
},
"do_not_track": {
"mode": "default"
},
"port_scan_protection": {
"mode": "enabled"
},
"hardware_acceleration": {
"mode": "default"
},
"battery": {
"mode": "random"
},
"media_devices": {
"mode": "random"
}
}
}'{
"code": 0,
"message": "success",
"data": {
"env_id": "env_01JABCDEF1234567890",
"name": "string",
"status": "inactive"
}
}