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.
Authorizations
Box API key in the form box_.... Create and rotate keys in the Box dashboard or through the v1 API key endpoints.
Path Parameters
Public Box id returned by create/list/get box calls.
^bx_[23456789abcdefghjkmnpqrstuvwxyz]{8}$Query Parameters
Use VNC/noVNC streaming mode.
1 Desktop streaming theme for non-VNC mode.
light, dark Body
Optional desktop/VNC setup options used by the Box dashboard and CLI. Most callers send an empty body.
For ?vnc=1, return a noVNC URL that does not require an access token.
Response
Desktop streaming URL, or provisioning state for VNC setup.
true
Stable success envelope discriminator added by v1.
"desktop.url"
Secret-bearing desktop or noVNC URL. Redact from logs.
"vnc"
For ?vnc=1, true means VNC is still being prepared; poll again.