我想测试 Microsoft Project Oxford Speech 识别 API,但我不知道在哪里或如何获取 client_id。
我正在尝试测试搜索 API。首先,我正在尝试获取使用该服务的令牌:
curl -d -i "https://oxford-speech.cloudapp.net/token/issueToken?grant_type=client_credentials&client_id=123&client_secret=456scope=https%3A%2F%2Fspeech.platform.bing.com"
{ "statusCode": 401, "message": "Access denied due to invalid subscription key. Make sure you are subscribed to an API you are trying to call and provide the right key." }
我有主键和辅助键,但找不到 client_id。有人可以帮忙吗?