v1
latestOpenAPI 3.1.02026-07-175096.6 KBDesktop
Create a new virtual desktop instance
Creates a new virtual desktop instance and returns its ID and stream URL
post/v1/desktop
Headers
x-api-keystring required
API key for authentication
Example:api_12345
Request body
Example request
{
"timeout_ms": 3600000
}Response
Desktop creation initiated successfully
Example response
{
"id": "desktop_12345",
"status": "pending"
}