Session API
Session Endpoints
Programmatically control a cloud computer session from your backend
Check out the JavaScript SDK if you wish to control the session from the frontend.
Base URL
The base URL (referred to as base_url
in examples) is the session’s embed URL with the query parameters removed. For example, given this response from POST /vm:
The base_url
value would be:
Authentication
To authenticate, provide the session’s admin token as a bearer token in the Authorization
header.
For example: