{
"model": "speech-02-hd",
"file_id": 37154382861937880,
"voice_id": "abc123id",
"text": "你好我好大家好"
}curl --location --request POST '/v1/voice_clone' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "speech-02-hd",
"file_id": 37154382861937880,
"voice_id": "abc123id",
"text": "你好我好大家好"
}'{
"input_sensitive": false,
"input_sensitive_type": 0,
"demo_audio": "https://xxx/preview_audio_url",
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}