GET/transcript/:id/access-link
GET
/transcript/:id/access-link
A GET
request to /transcript/:id/access-link
creates and returns a transcript access link.
- The
link
is valid for one hour. - The
link
is a cryptographically signed, time-limited, direct link to a.vtt
file stored on Amazon S3.- It is important to note, if certain error conditions occur (for instance, domain properties prevent access to transcript), this field could return a string rather than a URL.
- For files stored in a custom S3 bucket,
access-link
download permissions are controlled byallow_api_access
parameter for transcription_bucket.
Path params
string
Example request
curl -H "Content-Type: application/json" \-H "Authorization: Bearer $API_KEY" \https://api.daily.co/v1/transcript/0cb313e1-211f-4be0-833d-8c7305b19902/access-link