Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
文本转语音接口。
POST
https://api.hubto.ai/v1/audio/speech
Authorization: Bearer YOUR_API_KEY
application/json
{ "model": "gpt-5.4-tts", "voice": "alloy", "input": "欢迎使用 HubTo。" }
curl https://api.hubto.ai/v1/audio/speech \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "model": "gpt-5.4-tts", "voice": "alloy", "input": "欢迎使用 HubTo。" }'