cURL
curl --request GET \ --url https://waves-api.smallest.ai/api/v1/lightning-large/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" } ] }
Retrieve your cloned voices.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Voices retrieved successfully.
The response is of type object.
object