Endpoint
Authentication
Requires API key authentication via theAuthorization header.
Your API key in the format:
Token YOUR_API_KEY_HEREMust be
application/jsonPath Parameters
The unique identifier for the bot.Example:
bot_xxxxxxxxxxxDescription
Causes the bot to leave the meeting. The bot will transition to theleaving state and then to post_processing before finally reaching the ended state.
After the bot leaves the meeting, you can access the recording and transcript. The bot will continue processing the data in the background.
Response
Returns the bot object with updated state.Unique identifier for the bot.
The URL of the meeting.
Current state of the bot (typically
leaving after this request).Current transcription state.
Current recording state.
ISO 8601 timestamp when the bot joined the meeting.
Deduplication key for the bot.
Custom metadata associated with the bot.
Example Request
Example Response
Error Codes
200- Successfully requested to leave meeting400- Bot is not in a valid state to leave the meeting (e.g., bot is already leaving or has already left)401- Invalid or missing API key404- Bot not found