Nikki
03/25/2025, 10:37 AMVapi Support Bot
03/25/2025, 10:39 AM/call/:id
endpoint:
curl -X GET 'https://api.vapi.ai/call/{callId}' \
-H 'Authorization: Bearer YOUR_API_KEY'
The response will include recording URLs in this format:
json
{
"artifact": {
"recordingUrl": "https://storage.url/recording.wav",
"stereoRecordingUrl": "https://storage.url/stereo-recording.wav",
}
}
[Source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341440757189578782)
2. **Enable recordings in your assistant configuration**: Make sure to configure your assistant's artifactPlan with recordingEnabled: true
for audio recordings and transcriptPlan.enabled: true
for transcripts. [Source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1342498699615539222)
3. **Configure server messages**: You can set up your assistant to send server messages including the recording URL at the end of the call by configuring serverMessages
to include "end-of-call-report"
. [Source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341440757189578782)Vapi Support Bot
03/25/2025, 10:39 AMShubham Bajaj
03/26/2025, 2:28 PMNikki
03/26/2025, 2:36 PMKyle Brunker
03/29/2025, 8:11 AM