Mistermanu#000
04/06/2026, 6:34 PMVapi Support Bot
04/06/2026, 6:36 PMcontrolUrl for that call. To transfer (take over) the call, send a POST request like this:
bash
curl -X POST 'https://aws-us-west-2-production1-phone-call-websocket.vapi.ai/{call_id}/control' \
-H 'content-type: application/json' \
--data-raw '{
"type": "transfer",
"destination": { "type": "number", "number": "+1234567890" },
"content": "Transferring your call now"
}'
This will transfer the ongoing call to the specified number, effectively letting someone else take over the conversation. For real-time monitoring, use the listenUrl to stream audio as the call happens.
See the [Vapi call features documentation](https://docs.vapi.ai/calls/call-features) for more details.
Source:
- [Vapi Call Features Documentation](https://docs.vapi.ai/calls/call-features)Mistermanu#000
04/06/2026, 7:33 PMChiranjeet Mishra
04/08/2026, 8:30 PMMistermanu#000
04/10/2026, 4:55 PM