Skip to main content

Voice Changer

Transform the voice in your audio files while preserving the original speech content and timing. Choose from a variety of high-quality voices with different characteristics, accents, and speaking styles.

Endpoint

Authentication

FieldValue
API-KEY<api-key>
Content-Typeapplication/json

Request Parameters

ParameterTypeDescriptionRequired
typestringFeature name: VOICE_CHANGER✔️
modelstringModel name: elevenlabs-voice-changer✔️
conversationIdstringConversation identifier✔️
promptObject.audioUrlstringPath to the audio file to be voice changed✔️
promptObject.voice_idstringTarget voice ID✔️
promptObject.output_formatstringAudio output format
promptObject.model_idstringSpeech-to-Speech model ID
promptObject.seednumberSeed for deterministic generation (0-4294967295)
promptObject.remove_background_noisebooleanRemove background noise from audio

Voice Options (voice_id)

Voice IDNameGenderAgeAccentDescription
9BWtsMINqrJLrRacOk9xAriaFemaleYoungAmericanExpressive and warm
CYw3kZ02Hs0563khs1FjRogerMaleMiddle-agedAmericanConfident and smooth
EXAVITQu4vr4xnSDxMaLSarahFemaleYoungAmericanSoft and pleasant
FGY2WhTYpPnrIDTdsKH5LauraFemaleMiddle-agedAmericanUpbeat and lively
IKne3meq5aSn9XLyUdCDCharlieMaleMiddle-agedAustralianCasual and friendly
JBFqnCBsd6RMkjVDRZzbGeorgeMaleMiddle-agedBritishDeep and authoritative
LcfcDJNUP1GQjkzn1xUUEmilyFemaleYoungAmericanCalm and clear
N2lVS1w4EtoT3dr4eOWOLiamMaleYoungAmericanFriendly and approachable
XB0fDUnXU5powFXDhCwaCharlotteFemaleYoungSwedishSeductive and alluring
Xb7hH8MSUJpSbSDYk0k2AliceFemaleMiddle-agedBritishConfident and versatile
XrExE9yKIg1WjnnlVkGXMatildaFemaleYoungAmericanWarm and pleasant
bIHbv24MWmeRgasZH58oWillMaleYoungAmericanFriendly and enthusiastic
cgSgspJ2msm6clMCkdW9JessicaFemaleYoungAmericanExpressive and lively
D38z5RcWu1voky8WS1jaEricMaleMiddle-agedAmericanFriendly and approachable
AZnzlk1XvdvUeBnXmlldDomiMaleYoungAmericanStrong and confident
ErXwobaYiN019PkySvjVAntoniMaleYoungAmericanWell-rounded narrator
VR6AewLTigWG4xSOukaGArnoldMaleMiddle-agedAmericanCrisp and articulate
pqHfZKP75CvOlQylNhV4ChrisMaleMiddle-agedAmericanCasual and conversational
nPczCjzI2devNBz1zQrbBrianMaleMiddle-agedAmericanDeep and authoritative
onwK4e9ZLuTAKqWW03F9DanielMaleYoungBritishDeep and authoritative
ThT5KcBeYPX3keUQqHPhLilyFemaleMiddle-agedBritishWarm and pleasant
pFZP5JQG7iQjIQuC4BkuBillMaleOldAmericanStrong and confident

Output Format Options (output_format)

FormatSample RateBitrateDescription
mp3_44100_12844.1 kHz128 kbpsDefault - Good quality balance
mp3_22050_3222.05 kHz32 kbpsLower quality, smaller file
mp3_44100_19244.1 kHz192 kbpsHigh quality
mp3_44100_3244.1 kHz32 kbpsLower bitrate
mp3_44100_6444.1 kHz64 kbpsMedium quality
mp3_44100_9644.1 kHz96 kbpsGood quality

Speech-to-Speech Models (model_id)

Model IDDescription
eleven_english_sts_v2Eleven English v2
eleven_multilingual_sts_v2Eleven Multilingual v2

Interactive Example

API Playground

https://api.1min.ai/api/features

Generated cURL Command:

curl -X POST "https://api.1min.ai/api/features" \
-H "API-KEY: <your-api-key>" \
-H "Content-Type: application/json" \
-d '{
"type": "VOICE_CHANGER",
"model": "elevenlabs-voice-changer",
"conversationId": "VOICE_CHANGER",
"promptObject": {
"audioUrl": "development/audios/sample-audio.wav",
"voice_id": "9BWtsMINqrJLrRacOk9x",
"output_format": "mp3_44100_128",
"model_id": "eleven_english_sts_v2",
"remove_background_noise": false
}
}'

Response

The API returns a URL to the generated audio file with the transformed voice.

{}