latestOpenAPI 3.0.02026-08-1027587.8 KB

3d9aec0774ff

Get transcription access link

Returns a URL that can be used to download the specified transcription. Available for Whereby-hosted transcriptions only.

get/transcriptions/{transcriptionId}/access-link

Path parameters

transcriptionIdstring required

Transcription ID.

Query parameters

validForSecondsinteger

The number of seconds the access link is valid for.

Response

A JSON object representing the access link.

accessLinkstring required

The access link.

expiresinteger required

The timestamp when the access link expires.

Example response

{
  "accessLink": "https://s3.eu-central-1.amazonaws.com/recordings/1.mp4?AWSAccessKeyId=AKIAJ...",
  "expires": 1740819600000
}