Download
To get a download link for a recording -> execute a GET request against the /recordings/:id/download endpoint. The id uniquely identifies the recording.
Download link expiration time
Each download link has an expiration time for security reasons. By default the link is valid for one day.
If you want to use a different expiration time, then you need to specify the valid_for_minutes http param. For example to generate a link which will be valid for one week: /recordings/:id/download?valid_for_minutes=10080
Request
Response (200 OK)
Last updated