Skip to main content
GET
/
api
/
v1
/
agent
/
call-history
/
{summary_id}
/
transcript
Get Call Transcript URL
curl --request GET \
  --url https://dev.voice.ai/api/v1/agent/call-history/{summary_id}/transcript \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer

Path Parameters

summary_id
integer
required

Response

Successful Response

url
string
required