Skip to main content
GET
/
api
/
v1
/
{model}
/
get_voices
Get Voices
curl --request GET \
  --url https://waves-api.smallest.ai/api/v1/{model}/get_voices \
  --header 'Authorization: Bearer <token>'
{
  "voices": [
    {
      "voiceId": "<string>",
      "displayName": "<string>",
      "tags": {
        "language": [
          "<string>"
        ],
        "accent": "<string>",
        "gender": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

model
enum<string>
required
Available options:
lightning,
lightning-large,
lightning-v2

Response

voices
object[]