Api
Browser
Browser Information
View browser details by BrowserID
Path Parameters
browser_idstring
Header Parameters
Authorization?string
x-api-key?string
Response Body
curl -X GET "http://prod-cn.your-api-server.com/browser/info/78c21ac1-dab4-4268-bd1f-071f0bb7099c" \
-H "Authorization: " \
-H "x-api-key: "
{
"code": 0,
"msg": "Success",
"data": {
"browser_id": "1a95f317-b838-4a51-93fb-db72352cfafd",
"user_id": "67b7e460-6dd6-413c-9769-240a784cca6c",
"session_id": "session_12345",
"status": "created",
"width": 1440,
"height": 900,
"ws_endpoint": "",
"solve_captcha": false,
"timezone": "",
"user_agent": "Mozilla/5.2 (X11; Linux x86_64) AppleWebKit/545.36 (KHTML, like Gecko) Chrome/88.0.4390.132 Safari/524.36.01347420270511",
"duration_seconds": 0,
"created_at": "2025-01-11T11:52:21Z"
}
}