如何获得IBM Watson的“文本转语音”服务的令牌?

时间:2018-12-11 00:26:53

标签: token ibm-watson watson-conversation watson-discovery watson-text-to-speech

我们正在创建一个医疗聊天机器人,该机器人使用Watson Assistant和使用OpenWhisk的Discovery。现在,我们希望能够使用语音转文本和文本转语音,但是在获取synthesize()函数的令牌时遇到了麻烦。现在,我们正在使用命令

curl -u "apikey:apikey" --output token "https://stream.watsonplatform.net/authorization/api/v1/token?url=https://stream.watsonplatform.net/text-to-speech/api"

但是我们得到

{"code":401,"error":"Unauthorized","description":"ERCD250-LDAP-DN-AUTHERR"} 

作为输出。有人可以帮我们指出正确的方向吗?

1 个答案:

答案 0 :(得分:1)

提示:要在此处查看所有已创建的应用程序。 https://console.bluemix.net/dashboard/apps

您输入了api键吗? enter image description here curl -u“ apikey: apikey ”-输出令牌“ https://stream.watsonplatform.net/authorization/api/v1/token?url=https://stream.watsonplatform.net/text-to-speech/api