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