UI Action
Extract rewind recording
Rewind and capture the device's background screen recording from a specified time period.
post/boxes/{boxId}/actions/recording/rewind/extract
Path parameters
boxIdstring required
Example:c9bdc193-b54b-4ddb-a035-5ac0c598d32d
Box ID
Request body
Example request
{
"duration": "10s"
}Response
Example response
{
"storageKey": "storage://gbox/recording/1234567890",
"presignedUrl": "https://gbox.ai/api/v1/boxes/1234567890/recording/1234567890"
}