Authorization: Bearer ********************{
"file_id": 0,
"voice_id": "string",
"clone_prompt": {
"prompt_audio": 0,
"prompt_text": "string"
},
"text": "string",
"model": "string",
"language_boost": "string",
"need_noise_reduction": true,
"need_volume_normalization": true,
"aigc_watermark": true
}curl --location --request POST '/minimax/v1/voice_clone' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_id": 0,
"voice_id": "string",
"clone_prompt": {
"prompt_audio": 0,
"prompt_text": "string"
},
"text": "string",
"model": "string",
"language_boost": "string",
"need_noise_reduction": true,
"need_volume_normalization": true,
"aigc_watermark": true
}'{}