Web terminal url
This endpoint allows you to generate a pre-signed URL for accessing the web terminal of a running box. The URL is valid for a limited time and can be used to access the box’s terminal interface.
Authorizations
Enter your API Key in the format: Bearer . Get it from https://gbox.ai
Path Parameters
Box ID
"c9bdc193-b54b-4ddb-a035-5ac0c598d32d"
Body
Web terminal configuration
The web terminal will be alive for the given duration
Supported time units: ms (milliseconds), s (seconds), m (minutes), h (hours) Example formats: "500ms", "30s", "5m", "1h" Default: 180m
"180m"
Response
Generate pre-signed web terminal url
Web terminal result
Web terminal url
"https://live.gbox.cloud/web-terminal/c9bdc193-b54b-4ddb-a035-5ac0c598d32d"