I want to define tools like hang up and transfer tools in JSON that creates the call. How can I make this happen? How do I define them and use them?
k
Kings_big💫
04/21/2025, 8:50 AM
Initiate a call with the /call API to get a control Url, then send POST requests to that URL with commands like "type": "hang-up" or "type": "transfer" to manage the call.