OpenAPI 3.1.0raw.githubusercontent.com2026-08-191,3412,1385.0 MB

ec31f78cf002

Meeting Session Actions

Speak in a meeting session

Sends audio / text-to-speech into a meeting session.

post/meeting_sessions/{id}/actions/speak

Path parameters

idstring required
Example:mtgsess_a1b2c3d4-e5f6-7890-abcd-ef1234567890

Unique identifier for the meeting session.

Request body

interruptboolean

If true, interrupt any currently playing audio to speak this text immediately.

textstring required

Text for the bot to speak.

voicestring

Voice identifier to use for this utterance. When supplied, it overrides the session-default voice configured at creation; otherwise the speak action uses that session default.

Response

The speak action was accepted and is being processed.

Example response

{
  "data": {
    "accepted": true
  }
}