Stop Recording
Recording
Stop Recording
Stop the session’s active MP4 recording so it can be downloaded.
POST
Stop Recording
Overview
Stops the active recording and finalizes the MP4 container. After this returns, the file is downloadable viaGET /browser/sessions/{id}/recording.
Path Parameters
Browser session ID (UUID).
Example Request
Response
Success Response (200)
Identifier of the recording that was stopped.
Final state —
stopped.Error Responses
| Status | Description |
|---|---|
401 | Unauthorized — invalid or missing API key. |
404 | Session not found, or no recording is in progress. |