Box
Live view url
This endpoint allows you to generate a pre-signed URL for accessing the live view of a running box. The URL is valid for a limited time and can be used to view the box's live stream.
post/boxes/{boxId}/live-view-url
Path parameters
boxIdstring required
Example:c9bdc193-b54b-4ddb-a035-5ac0c598d32d
Box ID
Request body
Example request
{
"expiresIn": "180m"
}Response
Generate pre-signed live view url
Example response
{
"url": "https://gbox.ai/share/live-view/tmp_xxxxxxx",
"rawUrl": "https://gbox.ai/share/live-view/tmp_xxxxxxx/raw"
}