apiKey 与业务环境 ID 列表 envIds 校验权限并启动;成功项返回 webSocketDebuggerUrl,可供 Puppeteer / Playwright 通过 CDP 连接。curl --location 'http://prod-cn.your-api-server.com/open/browser/launch' \
--header 'Content-Type: application/json' \
--data '{
"apiKey": "550e8400-e29b-41d4-a716-446655440000",
"envIds": [
"environment-uuid-1"
]
}'{
"code": 200,
"msg": "成功",
"data": {
"results": [
{
"envId": "string",
"profileId": "string",
"success": true,
"port": 9222,
"proxy": "string",
"webSocketDebuggerUrl": "string",
"error": "string"
}
]
},
"succeed": true,
"timestamp": 0
}