Anton
07/13/2025, 8:26 PMChiranjeet Mishra
07/14/2025, 11:10 AMcontrolUrl for the live call by initiating a call to the /call endpoint, as detailed in the [live call control documentation](https://docs.vapi.ai/calls/call-features).
2. Use the following curl command to end the call:
bash
curl -X POST '<controlUrl>' \
-H 'content-type: application/json' \
--data-raw '{
"type": "end-call"
}'
Replace <controlUrl> with the actual control URL you acquired. This will programmatically terminate the call after the required playback.Anton
07/14/2025, 5:39 PMChiranjeet Mishra
07/15/2025, 10:47 PMChiranjeet Mishra
07/25/2025, 5:45 PM