Output Speech
Media Output
Output Speech
POST
Output Speech
Causes the bot to speak a text message in the meeting using text-to-speech synthesis.
Authentication
Requires API key authentication via theAuthorization header.
Path Parameters
Bot ID (e.g.,
bot_xxxxxxxxxxx)Request Body
The text message for the bot to speak
Text-to-speech configuration settings
Google Text-to-Speech Settings
Voice language code (e.g., ‘en-US’). See Google TTS voices for available options.
Name of the voice to use (e.g., ‘en-US-Casual-K’)
Response
Returns a 200 status code when the speech request is successfully created.Example Request
Example with Different Voice
Error Responses
400 Bad Request
Returned when:- Missing required fields
- Invalid voice configuration
- Bot is not in a valid state to output speech