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
待Cloned audio的 file_id,通过文件上传接口获得。音频要求:mp3/m4a/wav 格式,10秒-5分钟,<20MB
voice_id
string
Required
自定义音色 ID(长度 8-256,首字符必须为字母,允许数字/字母/-/,末位不可为 -/ )
clone_prompt
object
示例音频对象,增强相似度和稳定性
Expand
text
string
复刻试听文本(限制 1000 字符,支持语气词标签)
model
string
试听音频使用的语音模型 speech-2.6-hd, speech-2.6-turbo, speech-02-hd, speech-02-turbo
language_boost
string
增强对指定语言/方言的识别能力。可设置为 auto 自动判断,或指定具体语言
need_noise_reduction
boolean
是否开启降噪
need_volume_normalization
boolean
是否开启音量归一化
aigc_watermark
boolean
是否在试听音频末尾添加音频节奏标识
Responses
Success
application/json
object