sessions
Generate Recording Urls
post/api/v1/sessions/recording/{session_id}
Path parameters
session_idstring required
Response
Successful Response
Example response
{
"recordings": [
"https://example.com/recording1.mp3",
"https://example.com/recording2.mp3"
]
}