latestOpenAPI 3.0.02026-08-1027587.8 KB
3d9aec0774ff
Get recording access link
Returns the access link for the specified recording. Available for Whereby-hosted recordings only
get/recordings/{recordingId}/access-link
Path parameters
recordingIdstring required
Recording ID.
Query parameters
validForSecondsinteger
The number of seconds the access link is valid for.
Response
A JSON object representing the access link.
Example response
{
"accessLink": "https://s3.eu-central-1.amazonaws.com/recordings/1.mp4?AWSAccessKeyId=AKIAJ...",
"expires": 1740819600000
}