Start a browser session replay recording
Start recording the browser session and return a replay ID.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Browser session ID
Body
Recording framerate in fps. Values above 20 require GPU to be enabled on the browser session.
1 <= x <= 60Maximum recording duration in seconds.
x >= 1Record audio in addition to video. When false (the default), the recording is video-only.
Response
Recording started successfully.
Information about a browser replay recording.
Unique identifier for the replay recording.
Timestamp when replay started
Timestamp when replay finished
URL for viewing the replay recording.
"https://api.onkernel.com/browser/replays?jwt=eyJ0eXAi...&replay_id=7e2c1a9f-1234-4cde-9abc-ffeedd001122"