Authorizations
API Key authentication. Pass your API key in the Authorization header.
Headers
API Key
Path Parameters
Response
Successful Response
The response is of type object
.
curl --request GET \
--url https://api.vodex.ai/analyze/transcript/{call_uuid} \
--header 'Authorization: <api-key>'
{}
Retrieve the complete transcript of a call using the call UUID
curl --request GET \
--url https://api.vodex.ai/analyze/transcript/{call_uuid} \
--header 'Authorization: <api-key>'
{}
API Key authentication. Pass your API key in the Authorization header.
API Key
Successful Response
The response is of type object
.