I am running Language Detection Cognitive Service API locally(by using below command).
docker run --rm -it -p 5003:5003 --memory 1g --cpus 1 mcr.microsoft.com/azure-cognitive-services/speechservices/language-detection Eula=accept Billing=https://.api.cognitive.microsoft.com/sts/v1.0/issuetoken ApiKey=*** HTTP_PROXY=********
Issue: Getting 404 when i am hitting through Postman
Note: My cognitive service region is westeurope and Pricing tier F0
Please let me know right way to test locally running congnitive api