{ "model": "tts-1", "input": "我今天真开心.", "voice": "alloy" }
curl --location --request POST 'https://one.ooo.cool/v1/audio/speech' \ --header 'Authorization: Bearer {{YOUR_API_KEY}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "tts-1", "input": "我今天真开心.", "voice": "alloy" }'
{ "model": "tts-1", "input": "The quick brown fox jumped over the lazy dog.", "voice": "alloy" }