我尝试在Postman的Microsoft Cognitive Services Bing Speech API tutorial中发出语音识别请求令牌:
输入URL编码的字符串是:
grant_type=client_credentials&client_id=[my_key]&client_secret=[my_key]&scope=https%3A%2F%2Fspeech.platform.bing.com
API响应错误:
{
"statusCode": 401,
"message": "Access denied due to invalid subscription key. Make sure to provide a valid key for an active subscription."
}
我做错了什么?
我看到了类似的issue,但我没有看到有关Bing Speech API的更新。
提前致谢。
答案 0 :(得分:4)
在我看来,你有三个问题:
Ocp-Apim-Subscription-Key
标题