cURL
curl --request GET \ --url https://waves-api.smallest.ai/api/v1/lightning-large/get_cloned_voices \ --header 'Authorization: Bearer <token>'
{ "voices": [ { "displayName": "<string>", "voiceId": "<string>", "accent": "<string>", "tags": [ "<string>" ], "model": "<string>", "status": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ] }
Retrieve your cloned voices.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Voices retrieved successfully.
List of available voices.
Show child attributes
Display name for the voice.
Unique Voice ID.
Accent of the voice.
List of tags associated with the voice.
Model used to generate the voice.
Status of the voice generation.
Date and time the voice was created.