Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:8000/api/sessions/{session_id}/transfer \ --header 'Content-Type: application/json' \ --data ' { "phone_number": "<string>" } '
{ "session_id": "<string>", "transferred_to": "<string>", "status": "<string>", "message": "<string>" }
Transfer an active call to another phone number.
Cold transfer: caller connected to new number, agent disconnected. Warm transfer: three-way call (caller + agent + target), agent drops when ready.
WARM
COLD
Successful Response