Skip to main content
GET
/
agent
/
transcript
/
download
/
{transcript_id}
Download Transcript
curl --request GET \
  --url https://api.getoutbox.ai/agent/transcript/download/{transcript_id}/ \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-User-Timezone
string

Path Parameters

transcript_id
string<uuid>
required

Response

url
string<uri>
required