Authorizations
Enter your API Key in the format: Bearer <token>. Get it from https://gbox.ai
Path Parameters
Box ID
Example:
"c9bdc193-b54b-4ddb-a035-5ac0c598d32d"
Body
application/json
Screenshot capture action configuration
Type of the URI. default is base64.
Available options:
base64
, storageKey
Example:
"base64"
Presigned url expires in. Only takes effect when outputFormat is storageKey.
Supported time units: ms (milliseconds), s (seconds), m (minutes), h (hours) Example formats: "500ms", "30s", "5m", "1h" Default: 30m
Example:
"30m"
Whether to save the screenshot to the device screenshot album
Example:
false
Scroll capture parameters
Example:
{ "maxHeight": 4000, "scrollBack": true }
clip of the screenshot Clipping region for screenshot capture
Example:
{
"x": 100,
"y": 50,
"width": 800,
"height": 600
}