Microsoft Project Oxford 音声認識 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 が見つかりません。誰か助けてくれませんか?