cURL
curl --request GET \ --url https://api.videodb.io/capture/session/{streaming_session_id} \ --header 'x-access-token: <api-key>'
{ "success": true, "data": { "session_id": "capture-12345", "status": "active", "channels": [ { "channel_id": "<string>", "rtsp_url": "<string>" } ] } }
Get capture session details with RTSP URLs
active
API key for authentication (sk-xxx format)
"capture-12345"
Session details with RTSP URLs
true
Show child attributes