Quick Voice Cloning
POST
/minimax/v1/voice_clone
|
- Quick Voice Cloning
- MiniMax official API
- Official docs: Quick Voice Cloning
Authorizations
bearer
Type
HTTP (bearer)
Request Body
application/json
file_id
integer
Required
file_id of the audio to clone, obtained via the file upload API. Requirements: mp3/m4a/wav, 10s–5min, <20MB
voice_id
string
Required
Custom voice ID (length 8–256, must start with a letter; allows letters, digits, -; cannot end with - or /)
clone_prompt
object
Sample audio object to improve similarity and stability
Expand
text
string
Preview text for cloning (max 1000 characters; supports prosody tags)
model
string
Speech model for preview audio — speech-2.6-hd, speech-2.6-turbo, speech-02-hd, speech-02-turbo
language_boost
string
Boost recognition for a language/dialect. Set to auto or a specific language
need_noise_reduction
boolean
Whether to enable noise reduction
need_volume_normalization
boolean
Whether to enable volume normalization
aigc_watermark
boolean
Whether to append an audio rhythm marker at the end of the preview
Responses
Success
application/json
object