Discussions

Ask a Question
Back to All

Call recording

How can we retrieve call recordings for a call and store them in our blob storage?

Admin

You can retrieve call recordings by subscribing to Call Recording events or by pulling Recordings via Stats API.

https://developers.dialpad.com/reference/statscreate

https://developers.dialpad.com/reference/webhook_call_event_subscriptioncreate

Just a heads up, if you want to actually download the MP3, those links require authentication. So you will have to run a curl command by providing the API key

e.g. curl --request GET --header 'authorization: Bearer abc' https://dialpad.com/some/recording/link.mp3 --output ./some_file_name.mp3