Skip to content

The standardized API version of the root display client endpoint. Use it for RESTful integrations, API gateway routing, and versioned client access. The endpoint serves the HTML5 Display client interface and accepts URL-based configuration parameters that mirror the root endpoint’s behavior.

Serves the HTML5 Display client web interface with optional URL-based configuration.

NameInTypeRequiredDescription
displayIdqueryintegerNoDisplay ID to use (overrides the *-display-N.* hostname pattern). Valid range: 1-999999
nodequerystringNoHoody node identifier (e.g., sg-sin-1, us-nyc-1)
project_idquerystringNoHoody project ID
container_idquerystringNoHoody container ID
url_display_idquerystringNoDisplay ID for URL construction
sslquerybooleanNoUse SSL/TLS for WebSocket connection. Default: true
webtransportquerybooleanNoUse WebTransport (HTTP3) instead of WebSocket. Default: false
soundquerybooleanNoEnable audio forwarding. Default: true
audio_codecquerystringNoPreferred audio codec
reconnectquerybooleanNoAuto-reconnect on connection loss. Default: true

This endpoint takes no request body.

Terminal window
curl "https://domain.com/api/v1/display/?displayId=10&node=sg-sin-1&project_id=proj_abc123&container_id=cont_xyz789&ssl=true&sound=true&reconnect=true"