---
title: "Stop recording"
method: POST
path: "/boxes/{boxId}/actions/recording/stop"
tags: ["UI Action"]
---

# Stop recording

`POST /boxes/{boxId}/actions/recording/stop`

Stop recording the box screen

## Path parameters

- `boxId` string, required

## Response `200`

- RecordingStopResult — Recording stop result
  - `storageKey` string, required — 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.
  - `presignedUrl` string, required — Presigned URL of the recording. This is a temporary downloadable URL with an expiration time for accessing the recording file.

---

[API](https://skmtc.dev/babelcloud/apis/gbox-open-api.md) · [All operations](https://skmtc.dev/babelcloud/apis/gbox-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/babelcloud/gbox-open-api/revisions/d655577fa915/schema)
