I would like to check out the Microsoft Project Oxford Speech Speech Recognition API, but I don’t know where and how to get client_id.
I am trying to check the search API. Firstly, I am trying to get a token for using the service:
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." }
I have primary and secondary keys, but I can not find client_id. Can anyone help?
Tomas source share