Download Recordings
Overview
This guide shows how to retrieve recordings and download them to local storage. Plivo begins charging for stored recordings after 90 days. To avoid these charges, you can download recordings and store them elsewhere.
Prerequisites
To use Plivo APIs, follow our instructions to set up a python development environment and a web server and safely expose that server to the internet.
Download recordings to local storage
Here’s sample code you can use to retrieve recordings to a local directory.
Delete recordings from Plivo storage
You can delete a recording by using the Delete a Recording API and specifying a recording ID, which you can retrieve from list all recordings API or the HTTP callback details stored in your database. You can also delete recordings from the Voice Recordings page of the Plivo console.