高级文本转语音模型
~3 sec
curl https://www.flixly.ai/api/v1/generate \
-H "Authorization: Bearer flx_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "openai-tts-hd",
"prompt": "A beautiful sunset over the ocean",
"type": "TEXT_TO_SPEECH"
}'在开发者门户获取你的API密钥。