Build your Text To Speech App in seconds
Build your Text To Speech App in seconds
Use the TTSOpenAI API to generate human-like speech from text.
terminal
curl -X POST https://api.ttsopenai.com/uapi/v1/text-to-speech \
-H "Content-Type: application/json" \
-H "x-api-key: <your api key>" \
-d '{ \
"model":"tts-1", \
"voice_id":"OA001", \
"speed": 1, \
"input": "Hello world!" \
}'
A powerful Text To Speech API
Languages
Support multiple languages.