If you're still looking take a ganda at my thread :)
https://community.bablosoft.com/topic/12401/bot-creation-service-nothing-to-pay-upfront
Hello
I have some problem for use the IBM Text to Speech API.
I just need someone for give me an exemple for change the text to audio with the API in BAS.
The documentation is here : https://cloud.ibm.com/docs/text-to-speech?topic=text-to-speech-gettingStarted
10€ by paypal or tell me your price.
Thanks
curl -X POST -u "apikey:{apikey}"
--header "Content-Type: application/json"
--header "Accept: audio/wav"
--data "{\"text\":\"hello world\"}"
--output hello_world.wav
"{url}/v1/synthesize?voice=en-US_MichaelV3Voice"