v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01176310978.7 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"
  ]
}