Session Download¶
Request
Method |
|
Path |
|
Headers |
|
Body |
|
POST /api/v2/session/<session_id>/download
Example Request
curl -s -k -X POST \
-H 'Authorization: sgfeea6jsaz4mum9su8w6' \
-H 'Content-Type: application/json' \
https://10.31.92.108/api/v2/session/4665729213955833865/download \
-d '{"format": "divx5", "resolution": "hd720"}'
Response
{
"result": "success"
}
Note
To check available download formats for session recordings, you can use the following internal endpoint: GET /api/v2/internal/session/<session_id>/download_formats. Please note that this is an internal endpoint, and its availability and behavior are not guaranteed to remain stable across future versions of the API.