v69

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-05176310981.8 KB
sessions

Generate Recording Urls

post/api/v1/sessions/recording/{session_id}

Path parameters

session_idstring required

Response

Successful Response

session_idstring nullable

The internal ID of the session

recordingsstring[] nullable

List of recording URLs

Example response

{
  "recordings": [
    "https://example.com/recording1.mp3",
    "https://example.com/recording2.mp3"
  ]
}