voice_id does not match voice_language, the API will return the following error:{
"message": "Voice id not found",
"data": {
"data": {
"code": 1201,
"message": "Voice id not found",
"request_id": "ed47a82c-804b-45f3-bde9-926039cd25c0"
},
"message": "Voice id not found"
}
}voice_id supports your specified voice_language. Refer to the Voice ID List to check which languages each voice ID supports.curl --location --request POST 'https://api.cometapi.com/kling/v1/audio/tts' \
--header 'Authorization: {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "Welcome to CometAPI!",
"voice_id": "genshin_vindi2",
"voice_language": "zh",
"voice_speed": 1.2
}'{}