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
Example response
{
"success": true,
"data": {
"session_id": "capture-12345",
"status": "active"
}
}