{ "model": "tts-1", "input": "你说说看你有哪些不 懂的地方", "voice": "alloy" }
curl --location --request POST 'https://yewu.bcwhkj.cn/api/v2.Gptliu/speech' \ --header 'Authorization: Bearer token' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "tts-1", "input": "你说说看你有哪些不懂的地方", "voice": "alloy" }'
{ "codes": 200, "mess": "音频数据拉取成功", "data": { "src": "https://yewu.bcwhkj.cn/public/down/6648240d67d97.mp3" } }