xxxxxxxxxx
{
"Text": "",
"VoiceId": "",
"Bitrate": "",
"Speed": "",
"Pitch": "",
"Codec": "",
"Temperature": ""
}
Send up to 1000 characters and stream back audio data in 0.3 seconds. The is the endpoint to use for the fastest response.
curl -X POST \
'https://api.lowcodeapi.com/unrealspeech/stream' \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' --data-raw '{
"Text": "",
"VoiceId": "",
"Bitrate": "",
"Speed": "",
"Pitch": "",
"Codec": "",
"Temperature": ""
}'
Last Updated : 2024-12-16 14:03 +00:00