cURL
curl --request GET \ --url https://api.nlpearl.ai/v2/Account/Voices \ --header 'Authorization: Bearer <token>'
[ { "language": "<string>", "voices": [ { "id": "<string>", "name": "<string>", "tags": [ "<string>" ] } ] } ]
Retrieves the available voices grouped by language.
Specify the authorization token.
For more information, check out the Authorization Guide.
The list of available voices grouped by language.
The language for this group of voices.
The list of voices available for this language.
Show child attributes