🚀 API 2.0 is now live! See our API Reference for details.
Retrieves the available voices grouped by language.
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>" ] } ] } ]
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