I am getting 400 error message as shown in image below, when I try out the Translation API using Try it out link http://docs.microsofttranslator.com/text-translate.html
I am using the Access Key generated from Azure Portal for Cognitive Services Free trial.
I have read on MS support blogs and I tried all the suggestions mentioned in them. But everytime, I get the 400 Status error as shown below. Can someone please help me to resolve this issue??
You need to get an access token first (docs here) by doing a POST request:
And then use that token in the
Authorization
header. (appId
has been deprecated).