Skip to main content
POST
Make the agent say a message in the live call

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Conversation UUID returned by POST /api/v1/call as conversation_uuid.

Body

application/json
message
string
required
Maximum string length: 2000
Example:

"Please hold while I check that for you."

end_call_after_spoken
boolean
default:false

If true, hang up after the message is fully spoken.

Response

Action dispatched

success
boolean

Indicates whether the request completed successfully. True for successful responses; false for documented error responses.

Example:

true

message
string

Human-readable response message. Safe to display in logs or simple client notifications; use structured fields for program logic.

Example:

"Say dispatched"

data
object