Jason
06/03/2025, 5:35 PMVapi Support Bot
06/03/2025, 5:37 PMend-of-call-report event to your webhook, which includes the recording URL:
json
{
"message": {
"type": "end-of-call-report",
"recordingUrl": "https://vapi-public.s3.amazonaws.com/recordings/1234.wav",
...
}
}
Tip: Double-check that your webhook URL is correct and publicly accessible.
[More info here](https://docs.vapi.ai/server-url/events#end-of-call-report)
Sources:
- [Server Events Vapi Documentation](https://docs.vapi.ai/server-url/events)
- [Setting Server URLs Vapi Documentation](https://docs.vapi.ai/server-url/setting-server-urls)Vapi Support Bot
06/03/2025, 5:37 PMend-of-call-report event to your webhook, which includes the recording URL:
json
{
"message": {
"type": "end-of-call-report",
"recordingUrl": "https://vapi-public.s3.amazonaws.com/recordings/1234.wav",
...
}
}
Tip: Double-check that your webhook URL is correct and publicly accessible.
[More info here](https://docs.vapi.ai/server-url/events#end-of-call-report)
Sources:
- [Server Events Vapi Documentation](https://docs.vapi.ai/server-url/events)
- [Setting Server URLs Vapi Documentation](https://docs.vapi.ai/server-url/setting-server-urls)Kings_big💫
06/03/2025, 5:58 PMJason
06/03/2025, 6:44 PM