cURL
curl --request POST \ --url https://api.videodb.io/capture/session/{streaming_session_id}/stop \ --header 'x-access-token: <api-key>'
{ "success": true, "message": "Operation successful" }
Stop an active capture session
API key for authentication (sk-xxx format)
"capture-12345"
Session stopped
true
"Operation successful"