All-in-one API for Meeting Bots

Integrate your app or AI Agent with Zoom, Teams, and Google Meet to capture near real-time transcripts and meeting recordings

New Leave API Method

June 27, 20251 min read

We've added a new leave method to our API that gives you precise control over bot sessions. This feature is particularly valuable when working with multiple bots in the same meeting. The new endpoint allows you to programmatically force a bot to leave a meeting session:

curl --location --request POST 'https://api.chatter-box.io/session/SESSION_ID/leave' \
--header 'Authorization: Bearer YOUR_API_TOKEN'

Implementation

The leave method is now available in our API. Simply make a POST request to the session's leave endpoint with your authorization token.

New Leave API Method - ChatterBox Blog