Calls

Say a message into an active call (testing)

post/v1/calls/control/say

Request body

callIdstring required

Vapi Call ID

messagestring required

Message to speak into the call

endCallAfterSpokenboolean

End call after the message is spoken

Example request

{
  "callId": "817242d9-ca6a-4dc5-b203-3858fc8c905c",
  "message": "Welcome to Vapi!"
}

Response

Message sent

Changes

No recorded changes to this endpoint across all 1 revision of this API.