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>"
        ]
      }
    ]
  }
]

Documentation Index

Fetch the complete documentation index at: https://developers.nlpearl.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.