Authorizations
Enter your API Key in the format: Bearer <token>. Get it from https://gbox.ai
Path Parameters
Box ID
"c9bdc193-b54b-4ddb-a035-5ac0c598d32d"
Body
Configuration for rewinding and extracting clips from continuous screen recording
How far back in time to rewind for extracting recorded video. This specifies the duration to go back from the current moment (e.g., '30s' rewinds 30 seconds to get recent recorded activity). Default is 30s, max is 5m.
Supported time units: ms (milliseconds), s (seconds), m (minutes), h (hours) Example formats: "500ms", "30s", "5m", "1h" Maximum allowed: 5m
"10s"
Response
Result of extracting the recording rewind
Storage key of the recording. Before the box is deleted, you can use this storageKey with the endpoint box/:boxId/storage/presigned-url
to get a downloadable URL for the recording.
"storage://gbox/recording/1234567890"
Presigned URL of the recording. This is a temporary downloadable URL with an expiration time for accessing the recording file.
"https://gbox.ai/api/v1/boxes/1234567890/recording/1234567890"