Recordings

Get session recording URL

get
Authorizations
Path parameters
idstringRequired
Responses
200
Session recording URL
application/json
get
GET /api/session/{id}/recording-url HTTP/1.1
Host: api.hyperbrowser.ai
x-api-key: YOUR_API_KEY
Accept: */*
{
  "status": "not_enabled",
  "recordingUrl": "text",
  "error": "text"
}

Get session video recording URL

get
Authorizations
Path parameters
idstringRequired
Responses
200
Session video recording URL
application/json
get
GET /api/session/{id}/video-recording-url HTTP/1.1
Host: api.hyperbrowser.ai
x-api-key: YOUR_API_KEY
Accept: */*
{
  "status": "not_enabled",
  "recordingUrl": "text",
  "error": "text"
}

Last updated