v1
latestOpenAPI 3.1.02026-07-22304756.7 KBBox
Get desktop streaming URL
Create or fetch a secret-bearing desktop/noVNC URL for live computer-use visibility. Use ?vnc=1 for noVNC; a provisioning: true response means poll again.
post/boxes/{boxId}/desktop
Path parameters
boxIdstring required
Public Box id returned by create/list/get box calls.
Query parameters
vnc1
Use VNC/noVNC streaming mode.
theme'light' | 'dark'
Desktop streaming theme for non-VNC mode.
Request body
Response
Desktop streaming URL, or provisioning state for VNC setup.
Example response
{
"ok": true,
"type": "desktop.url",
"mode": "vnc"
}