cURL
curl --request GET \ --url https://api.buena.ai/api/v2/voice-clones \ --header 'Authorization: <authorization>'
{ "success": true, "data": { "voiceClones": [ { "voiceId": "pNInz6obpgDQGcFmaJgB", "name": "Professional Voice", "description": "Professional outreach voice for LinkedIn", "createdAt": "2024-01-15T10:30:00.000Z", "updatedAt": "2024-01-19T14:30:00.000Z", "isActive": true, "sampleCount": 3, "labels": { "userId": "user123", "createdAt": "2024-01-15T10:30:00.000Z" } }, { "voiceId": "2EiwWnXFnvU5JabPnv8n", "name": "Sales Voice", "description": "Energetic sales voice for cold outreach", "createdAt": "2024-01-20T08:15:00.000Z", "updatedAt": "2024-01-20T08:15:00.000Z", "isActive": true, "sampleCount": 2, "labels": { "userId": "user123", "createdAt": "2024-01-20T08:15:00.000Z" } } ], "total": 2 } }
Retrieve all voice clones for the authenticated user
voice:read
processing
ready
failed
curl -X GET "https://api.buena.ai/api/v2/voice-clones" \ -H "Authorization: Bearer bna-your-api-key"
true
Show Voice Clones Data
Show Voice Clone Object