Skip to main content
POST
Speak in a meeting session

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Unique identifier for the meeting session.

Example:

"mtgsess_a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Body

application/json
text
string
required

Text for the bot to speak.

Required string length: 1 - 4000
voice
string

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.

Required string length: 1 - 100
interrupt
boolean

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

Response

The speak action was accepted and is being processed.

data
object
required