curl -X POST https://api.magpipe.ai/functions/v1/clone-voice \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "name=Dr. Smith" \ -F "description=Warm, professional male voice" \ -F "files=@sample1.wav" \ -F "files=@sample2.wav"
{ "id": "pNInz6obpgDQGcFmaJgB", "name": "Dr. Smith", "description": "Warm, professional male voice", "preview_url": "https://api.elevenlabs.io/v1/voices/pNInz6obpgDQGcFmaJgB/preview.mp3", "provider": "elevenlabs", "created_at": "2024-01-15T10:30:00Z"}
Voice
Clone Voice
Create a custom voice clone from audio samples
POST
/
clone-voice
curl -X POST https://api.magpipe.ai/functions/v1/clone-voice \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "name=Dr. Smith" \ -F "description=Warm, professional male voice" \ -F "files=@sample1.wav" \ -F "files=@sample2.wav"
{ "id": "pNInz6obpgDQGcFmaJgB", "name": "Dr. Smith", "description": "Warm, professional male voice", "preview_url": "https://api.elevenlabs.io/v1/voices/pNInz6obpgDQGcFmaJgB/preview.mp3", "provider": "elevenlabs", "created_at": "2024-01-15T10:30:00Z"}
Create a professional voice clone using ElevenLabs technology. Upload audio samples of the voice you want to clone, and we’ll create a custom voice that can be used with your AI agents.