https://platform.minimaxi.com/docs/api-reference/voice-cloning-clone
上传的音频文件格式需为:mp3、m4a、wav 格式
上传的音频文件的时长最少应不低于 10 秒,最长应不超过 5 分钟
上传的音频文件大小需不超过 20 mb
若使用该参数,则两个子属性(prompt_audio、prompt_text)都为必填项
POST
/minimax/v1/voice_clone音色快速复刻
API Key application/json
请求示例
curl -X POST https://top.qingyuntop.ai/minimax/v1/voice_clone \
-H "Authorization: Bearer ${QINGYUN_TOP_API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"file_id": 365182159339614,
"voice_id": "MyCustomVoice003",
"clone_prompt": {
"prompt_audio": 987654321,
"prompt_text": "This voice sounds natural and pleasant."
},
"text": "A gentle breeze sweeps across the soft grass(breath), carrying the fresh scent along with the songs of birds.",
"model": "speech-2.8-hd",
"language_boost": "English",
"need_noise_reduction": true,
"need_volume_normalization": true,
"aigc_watermark": false
}'请求参数
| 参数 | 位置 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|---|
file_id | JSON body | integer | 是 | 待复刻音频的 file_id,通过文件上传接口获得。音频要求:mp3/m4a/wav 格式,10秒-5分钟,<20MB | - |
voice_id | JSON body | string | 是 | 自定义音色 ID(长度 8-256,首字符必须为字母,允许数字/字母/-/,末位不可为 -/ ) | - |
clone_prompt | JSON body | object | 否 | 示例音频对象,增强相似度和稳定性 | - |
clone_prompt.prompt_audio | JSON body | integer | 是 | - | - |
clone_prompt.prompt_text | JSON body | string | 是 | - | - |
text | JSON body | string | 否 | 复刻试听文本(限制 1000 字符,支持语气词标签) | - |
model | JSON body | string | 否 | 试听音频使用的语音模型 speech-2.6-hd, speech-2.6-turbo, speech-02-hd, speech-02-turbo | - |
language_boost | JSON body | string | 否 | 增强对指定语言/方言的识别能力。可设置为 auto 自动判断,或指定具体语言 | - |
need_noise_reduction | JSON body | boolean | 否 | 是否开启降噪 | - |
need_volume_normalization | JSON body | boolean | 否 | 是否开启音量归一化 | - |
aigc_watermark | JSON body | boolean | 否 | 是否在试听音频末尾添加音频节奏标识 | - |
返回响应 (200)
此部分没有定义参数。
来源原始接口定义(用于追溯)
以下内容来自 Apifox 快照,可能包含兼容层字段或旧示例;公开调用请以本页的协议说明和当前模型列表为准。
{
"id": 495899870,
"name": "音色快速复刻",
"type": "http",
"serverId": "",
"preProcessors": [],
"postProcessors": [],
"inheritPreProcessors": {},
"inheritPostProcessors": {},
"description": "https://platform.minimaxi.com/docs/api-reference/voice-cloning-clone\n上传的音频文件格式需为:mp3、m4a、wav 格式\n上传的音频文件的时长最少应不低于 10 秒,最长应不超过 5 分钟\n上传的音频文件大小需不超过 20 mb\n若使用该参数,则两个子属性(prompt_audio、prompt_text)都为必填项",
"operationId": "",
"sourceUrl": "",
"method": "post",
"path": "/minimax/v1/voice_clone",
"tags": [],
"status": -2,
"requestBody": {
"type": "application/json",
"parameters": [],
"jsonSchema": {
"type": "object",
"properties": {
"file_id": {
"type": "integer",
"description": "待复刻音频的 file_id,通过文件上传接口获得。音频要求:mp3/m4a/wav 格式,10秒-5分钟,<20MB"
},
"voice_id": {
"type": "string",
"description": "自定义音色 ID(长度 8-256,首字符必须为字母,允许数字/字母/-/,末位不可为 -/ )"
},
"clone_prompt": {
"type": "object",
"properties": {
"prompt_audio": {
"type": "integer"
},
"prompt_text": {
"type": "string"
}
},
"required": [
"prompt_audio",
"prompt_text"
],
"x-apifox-orders": [
"prompt_audio",
"prompt_text"
],
"description": "示例音频对象,增强相似度和稳定性"
},
"text": {
"type": "string",
"description": "复刻试听文本(限制 1000 字符,支持语气词标签)"
},
"model": {
"type": "string",
"description": "试听音频使用的语音模型 speech-2.6-hd, speech-2.6-turbo, speech-02-hd, speech-02-turbo"
},
"language_boost": {
"type": "string",
"description": "增强对指定语言/方言的识别能力。可设置为 auto 自动判断,或指定具体语言"
},
"need_noise_reduction": {
"type": "boolean",
"description": "是否开启降噪"
},
"need_volume_normalization": {
"type": "boolean",
"description": "是否开启音量归一化"
},
"aigc_watermark": {
"type": "boolean",
"description": "是否在试听音频末尾添加音频节奏标识"
}
},
"required": [
"file_id",
"voice_id"
],
"x-apifox-orders": [
"file_id",
"voice_id",
"clone_prompt",
"text",
"model",
"language_boost",
"need_noise_reduction",
"need_volume_normalization",
"aigc_watermark"
]
},
"examples": [
{
"mediaType": "application/json",
"value": "{\r\n \"file_id\": 365182159339614,\r\n \"voice_id\": \"MyCustomVoice003\",\r\n \"clone_prompt\": {\r\n \"prompt_audio\": 987654321,\r\n \"prompt_text\": \"This voice sounds natural and pleasant.\"\r\n },\r\n \"text\": \"A gentle breeze sweeps across the soft grass(breath), carrying the fresh scent along with the songs of birds.\",\r\n \"model\": \"speech-2.8-hd\",\r\n \"language_boost\": \"English\",\r\n \"need_noise_reduction\": true,\r\n \"need_volume_normalization\": true,\r\n \"aigc_watermark\": false\r\n}",
"name": "示例 1"
}
],
"mediaType": "",
"oasExtensions": "",
"required": true,
"additionalContentTypes": []
},
"parameters": {
"path": [],
"query": [],
"cookie": [],
"header": []
},
"commonParameters": {
"query": [],
"body": [],
"cookie": [],
"header": []
},
"auth": {},
"responses": [
{
"id": 168947948,
"name": "成功",
"code": 200,
"contentType": "json",
"jsonSchema": {
"type": "object",
"properties": {},
"x-apifox-orders": []
},
"itemSchema": {},
"description": "",
"mediaType": "",
"headers": []
}
],
"responseExamples": [],
"codeSamples": [],
"projectId": 8662722,
"moduleId": 8310462,
"folderId": 92436087,
"ordering": 36,
"responsibleId": 0,
"commonResponseStatus": {},
"advancedSettings": {
"disabledSystemHeaders": {}
},
"customApiFields": {},
"oasExtensions": "",
"mockScript": {},
"createdAt": "2026-08-02T03:53:34.000Z",
"updatedAt": "2026-08-05T14:40:24.000Z",
"creatorId": 2863449,
"editorId": 2863449,
"creatorUserId": 2863449,
"editorUserId": 2863449,
"responseChildren": [],
"visibility": "INHERITED",
"securityScheme": {},
"callbacks": ""
}