muratsk
05/08/2026, 4:39 AMVapi Support Bot
05/08/2026, 4:39 AMendCallAfterSpoken: true. Here’s a cURL example you can adapt:
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": "say",
"content": "Hello, you currently have 100 unused points within our supermarket... Thank you, goodbye.",
"endCallAfterSpoken": true
}'
This will play your message and automatically terminate the call when finished—no user input required.
For more details, see the [Vapi call features documentation](https://docs.vapi.ai/calls/call-features).
Source:
- [Vapi Call Features Documentation](https://docs.vapi.ai/calls/call-features)muratsk
05/08/2026, 4:44 AM<call-id> value using this curl command? @User @Usermuratsk
05/08/2026, 4:44 AMRinshin Jalal
05/08/2026, 5:55 AMRinshin Jalal
05/08/2026, 6:21 AM