Skip to main content
GET
/
v2
/
Account
/
Voices
Get Voices
curl --request GET \
  --url https://api.nlpearl.ai/v2/Account/Voices \
  --header 'Authorization: Bearer <token>'
[
  {
    "language": "<string>",
    "voices": [
      {
        "id": "<string>",
        "name": "<string>",
        "tags": [
          "<string>"
        ]
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Specify the authorization token.

For more information, check out the Authorization Guide.

Response

The list of available voices grouped by language.

language
string | null

The language for this group of voices.

voices
object[] | null

The list of voices available for this language.