Start Recording
Recording
Start Recording
Start server-side MP4 recording of the session’s desktop.
POST
Start Recording
Overview
Starts capturing an MP4 recording of the session’s virtual desktop. Only one recording can be active per session — starting again while a recording is in progress is a 409. Download the MP4 after stopping withGET /browser/sessions/{id}/recording.
Path Parameters
Browser session ID (UUID).
Example Request
Response
Success Response (200)
Identifier for this recording.
Recording state —
recording when capture has begun.Error Responses
| Status | Description |
|---|---|
401 | Unauthorized — invalid or missing API key. |
404 | Session not found or not owned by the caller. |
409 | A recording is already in progress for this session. |