Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.trata.ai/v1/voice-models \ --header 'Authorization: Bearer <token>'
[ { "voice": { "languageAccent": {}, "modelId": "<string>" }, "previewUrl": "<string>", "name": "<string>", "voiceDescription": "<string>" } ]
Get list of voices available for calls
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes