v5

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-0112516159.5 KB
Capture

Get capture session with RTSP URLs

get/capture/session/{streaming_session_id}

Path parameters

streaming_session_idstring required
Example:capture-12345

Response

Session details with RTSP URLs

successboolean

Example response

{
  "success": true,
  "data": {
    "session_id": "capture-12345",
    "status": "active"
  }
}