Transfer
dialplan and context are optional.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Answer, hang up, transfer, hold, play media, record, and send DTMF on durable calls.
POST /v1/calls/{id}/answer
POST /v1/calls/{id}/hangup
POST /v1/calls/{id}/transfer
POST /v1/calls/{id}/hold
POST /v1/calls/{id}/unhold
POST /v1/calls/{id}/play
POST /v1/calls/{id}/stop
POST /v1/calls/{id}/record
POST /v1/calls/{id}/dtmf
{
"destination": "1001",
"dialplan": "XML",
"context": "default"
}
dialplan and context are optional.
{
"path": "/path/to/media.wav"
}
{
"action": "start",
"path": "/path/to/recording.wav"
}
{
"digits": "1234#"
}