Voice Call Handling

Control active voice calls in real time. Transfer or hang up calls, play audio files or text-to-speech messages, send DTMF tones, and start or stop call recording on live conversations.

Available endpoints

MethodEndpointDescription
POST/voice/conversation/{messageId}/dtmfSend DTMF tones to an active call
POST/voice/conversation/{messageId}/fileStart playing an audio file to an active call
POST/voice/conversation/{messageId}/recordStart recording an active call
POST/voice/conversation/{messageId}/talkStart playing a text-to-speech message to an active call
POST/voice/conversation/{messageId}/transferTransfer an active call
PUT/voice/conversation/{messageId}Hangup/reject an active call
DELETE/voice/conversation/{messageId}/fileStop playing an audio file to an active call
DELETE/voice/conversation/{messageId}/recordStop recording an active call
DELETE/voice/conversation/{messageId}/talkStop playing a text-to-speech message to an active call