cURL
curl --request GET \ --url https://api.example.com/api/vscode/url
{ "url": "<string>" }
Get the VSCode URL with authentication token.
Args: base_url: Base URL for the VSCode server (default: http://localhost:8001) workspace_dir: Path to workspace directory
Returns: VSCode URL with token if available, None otherwise
Successful Response
Response model for VSCode URL.
Was this page helpful?