Authorization: Bearer ********************{
"model": "speech-2.8-hd",
"input": "你好,欢迎使用语音合成服务!",
"voice": "male-qn-qingse",
"response_format": "mp3"
}curl --location 'https://api.xgapi.top/v1/audio/speech' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "speech-2.8-hd",
"input": "你好,欢迎使用语音合成服务!",
"voice": "male-qn-qingse",
"response_format": "mp3"
}'{}