How do I retrieve my Voice API recordings? How do I retrieve my Voice API recordings?

How do I retrieve my Voice API recordings?

Vonage API Support

Objective

Downloading Voice API recordings.

Applies To

  • Voice API
  • Call Recordings

Procedure

When you record Voice API Calls or conferences, you must set the eventUrl parameter to a webhook endpoint. When your call or conference is finished, Vonage sends the information you need to download the recording to eventURL, specifying the recording_url. You need to make an authenticated GET request to the recording_url retrieve the recording. After your recording is complete, it is stored by Vonage for 30 days.

If your eventUrl has not accepted the recording callback, you can also use the Media API to download recordings.

Additional Information

For a complete example, see Recording Audio.