POSTlanguageth | 西班牙语es | 越南语vi | 印尼语id | 阿拉伯语ar| 乌尔都语ur | 日语ja | 韩语ko | 英语en | 中文cnformatmodel = Skyblight:mp3 / raw / ulaw / webm / pcm_s16le / pcm_f32lemodel = Skyblight-Turbo:mp3 / pcm / wavsample_rate8000 16000 24000curl --location 'https://openapi.myvocal.ai/v2/ai/speech/tts' \
--header 'API-Key;' \
--header 'Content-Type: application/json' \
--data '{
"voice": "<VOICE_ID>",
"text": "Hello, this is a sample text for TTS testing.",
"model": "Skyblight",
"language": "auto",
"format": "mp3",
"sample_rate": 24000,
"priority": "dedicated_concurrency"
}'{}