cURL
curl --request GET \ --url https://api.callers.ai/voices \ --header 'Authorization: <api-key>'
[ { "id": "<string>", "voiceId": "<string>", "name": "<string>", "organizationId": "<string>", "settings": { "stability": 0.8, "style": 0.3 }, "isMultilingual": true, "supportedLocales": [ "<string>" ], "ttsClient": "<string>" } ]
Optional sub organization ID. Must belong to your main organization API key.
List of voices for the organization
The response is of type object[].
object[]