curl --location --request GET 'https://developer.voicemaker.in/api/v1/voice-clones/' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"removeBackground": false,
"VoiceId": "proplus-dfQJ9GXAUz",
"description": "MagicalMan",
"Engine": "neural",
"name": "MagicalMan",
"labels": {
"category": "Animation & Characters"
},
"samples": [
{
"_id": "6914cc5d959ad34ccf34a959",
"file": "/voice-clones/files/*",
"name": "clone-1762970717148901.mp3",
"size": 2678445,
"duration": 111.576
}
],
"path": "/voice-clones/files/*"
}
}