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
Request
curl --request GET \
--url https://api.digitalsamba.com/api/v1/recordings/6e4a5676-c2e8-4c14-90a2-4c6cd71640be/download \
--user YOUR_TEAM_ID:YOUR_DEVELOPER_KEY
Response (200 OK)
{
"link": "https://SambaCloudDomainHere/6e4a5676-c2e8-4c14-90a2-4c6cd71640be.mp4?h=sfYLkq8A9jPe7tTyddq9Sg&expires=1675767898",
"valid_until": "2023-02-07T11:04:58Z"
}
Last updated