Skip to main content
cURL
curl --request GET \
  --url https://api.simplex.sh/get_viewing_url/{session_id} \
  --header 'X-API-Key: <api-key>'
{
  "vnc_url": "<string>"
}
Gets the VNC viewing URL for a session.

Authorizations

X-API-Key
string
header
required

Simplex API Key

Path Parameters

session_id
string<uuid>
required

The ID of the session.

Response

VNC URL response

vnc_url
string
required

The VNC URL for viewing the session.

I