cURL
curl --request POST \ --url https://api.anchorbrowser.io/v1/sessions/{session_id}/recordings/pause \ --header 'anchor-api-key: <api-key>'
{ "data": { "data": { "status": "success" } } }
Pauses the video recording for the specified browser session.
API key passed in the header
The ID of the browser session for which to pause recording.
Recording paused successfully.
The response is of type object.
object