Mashood
08/05/2025, 12:02 PMVapi Support Bot
08/05/2025, 12:04 PMCall.artifact.recording property, which provides structured access to mono, stereo, and video recordings. You can retrieve this via the API or view/download it in the dashboard under Observe > Call Logs.
Example (API):
json
{
"call": {
"artifact": {
"recording": {
"mono": "https://...",
"stereo": "https://...",
"video": "https://..."
}
}
}
}
For more details, see the [Vapi call recording documentation](https://docs.vapi.ai/call-recording) and [changelog](https://docs.vapi.ai/changelog/2025/4/29).
Sources:
- [Call recording](https://docs.vapi.ai/call-recording)
- [Changelog April 29, 2025](https://docs.vapi.ai/changelog/2025/4/29)Kings_big💫
08/05/2025, 3:24 PMHilal @ UnitZero AI
08/05/2025, 7:35 PMChiranjeet Mishra
08/07/2025, 4:11 PM