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.
cURL
curl --request POST \ --url https://api.hubto.ai/v1/audio/speech \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "model": "<string>", "voice": "<string>", "input": "<string>" } '
{ "audio": {} }
文本转语音接口。
{ "model": "gpt-5.4-tts", "voice": "alloy", "input": "欢迎使用 HubTo。" }