Skip to main content
GET
/
api
/
vscode
/
url
Get Vscode Url
curl --request GET \
  --url https://api.example.com/api/vscode/url \
  --header 'X-Session-API-Key: <api-key>'
{
  "url": "<string>"
}

Authorizations

X-Session-API-Key
string
header
required

Query Parameters

base_url
string
default:http://localhost:8001
workspace_dir
string
default:workspace

Response

Successful Response

Response model for VSCode URL.

url
string | null
required