2

Today I subscribed to the Face API with a free account here https://www.microsoft.com/cognitive-services/en-US/subscriptions. I verified my email and got 2 keys applied to my account.

In practice, these keys were both invalid. I waited a few hours to see if they would kick in but they never did.

I regenerated one of the keys and also waited a few hours and that one never was valid either.

Using https://eastus2.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395236/console In order to test the validity of the keys.

Is there another process in order to get these keys to be actually usable?

Rinato
  • 53
  • 2
  • 1
    try to use `general` server or `westus` server. http://stackoverflow.com/questions/43590249/using-different-microsoft-cognitve-servers-with-one-access-key – Zam May 09 '17 at 13:21
  • 2
    This was an issue with `eastus2` vs `westus` servers. It isn't clear on their site that the API keys are server dependent. After switching to `westus` everything worked fine. – Rinato May 10 '17 at 15:08

1 Answers1

1

This sounds exactly like the question here, except for eastus2 instead of westeurope.

Community
  • 1
  • 1
cthrash
  • 2,938
  • 2
  • 11
  • 10