Skip to main content
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 with GET /browser/sessions/{id}/recording.

Path Parameters

string
required
Browser session ID (UUID).

Example Request

Response

Success Response (200)

string
Identifier for this recording.
string
Recording state — recording when capture has begun.
Example Response:

Error Responses