Browser
Open browser
Open the browser in the specified box. If the browser is already open, repeated calls will not open a new browser.
post/boxes/{boxId}/browser/open
Path parameters
boxIdstring required
Example:c9bdc193-b54b-4ddb-a035-5ac0c598d32d
Box ID
Request body
Example request
{
"showControls": true,
"size": "1024x768"
}Response
Successfully opened the browser, return the CDP url
Example response
{
"cdpUrl": "https://gbox.ai/api/v1/boxes/031df7cd-baa4-4d50-92ee-4ceaf04b0905/browser/connect/"
}