Upload speech audio and match it to a reference voice in any length you need. Signed-in users can save up to ten references and reuse them when cloning.
Reference voice
Voice to imitate — use any clip length.
Speech to clone
Audio to convert — any length.
Log in to save up to 10 references and skip re-uploading them each time.
# With uploaded reference file
curl -X POST "https://ai.langlex.com/api-proxy/voice-convert" \
-F "source_audio=@/path/to/source.wav" \
-F "reference_audio=@/path/to/reference.wav" \
--output cloned.wav
# With a reference saved on your account (id from the library API / UI)
curl -X POST "https://ai.langlex.com/api-proxy/voice-convert" \
-F "source_audio=@/path/to/source.wav" \
-F "reference_voice_id=1" \
--output cloned.wav
Start using our voice cloning API today. No credit card required.