GET
/
api
/
v1
/
{model}
/
get_cloned_voices
curl --request GET \
  --url https://waves-api.smallest.ai/api/v1/{model}/get_cloned_voices \
  --header 'Authorization: Bearer <token>'
{
  "voices": [
    {
      "displayName": "<string>",
      "accent": "<string>",
      "tags": [
        "<string>"
      ],
      "voiceId": "<string>",
      "model": "<string>",
      "status": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

model
enum<string>
required

The model to use for speech synthesis.

Available options:
lightning-large

Response

200
application/json
Voices retrieved successfully.
voices
object[]

List of available voices.