v2

latestOpenAPI 3.0.32026-07-266076394.0 KB
transcript

transcript/:id/access-link

Generate an access link for a transcript

get/transcript/{transcriptId}/access-link

Path parameters

transcriptIdstring required

Response

200

transcriptIdstring

A unique, opaque ID for this object. You can use this ID in API calls, and in paginated list operations.

linkstring

Example response

{
  "transcriptId": "0cb313e1-211f-4be0-833d-8c7305b19902",
  "link": "https://daily-meeting-transcripts.s3.us-west-2.amazonaws.com/api-demo/hello/1548790973821?AWSAccessKeyId=AKIAJVYA3B2F4672K3RQ&Expires=1548809176&Signature=xfSPW1kXksNriqmlm%2FT9hb%2Fq%2Bas%3D&response-content-disposition=attachment%3B%20filename%3D%22api-demo%2Fhello%2F1548790973821.webm%22",
  "outParams": {
    "s3key": "mydomain/test-recording-room/11245260397",
    "bucket": "my-transcript-bucket",
    "region": "us-west-2"
  }
}