cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
569
Views
10
Helpful
2
Replies

Recording API

Patience Umoru
Cisco Employee
Cisco Employee

Can anyone confirm if it's possible to download/access Webex recording files via the API? I see we can list them, but wasn't sure if it was possible to programmatically download them.

2 Replies 2

Patience Umoru
Cisco Employee
Cisco Employee

 The get-recording-details request will return temporaryDirectDownloadLinks which contains direct URLs to the recorded files.

If you have the recording ID and use this API, you will get a temporary download link, which will download the recording directly. Example response seen below.

 

 temporaryDirectDownloadLinks": {
    "recordingDownloadLink": "direct_download_link_here",
    "audioDownloadLink": "direct_download_link_here",
    "expiration": "2021-05-11T14:25:22Z"
  },

 



As per API description, the parameter is only available if preventDownload was turned on. Otherwise, the download link will be provided in the parameter downloadUrl