cURL
terminate
curl --request POST \ --url https://lemonslice.com/api/liveai/sessions/{session_id}/control \ --header 'Content-Type: application/json' \ --data ' { "event": "terminate" } '
{ "success": true }
Send a control event to an active session.
The ID of the session to control.
Immediately shuts down the LemonSlice avatar and removes it from the WebRTC room.
"terminate"
Control event accepted.