microsoft / Cognitive-Face-iOS

iOS SDK for the Microsoft Face API, part of Cognitive Services
https://www.microsoft.com/cognitive-services/en-us/face-api
Other
184 stars 64 forks source link

Service error : "RateLimitExceeded" #9

Closed codemaster730 closed 7 years ago

codemaster730 commented 7 years ago

I use Find Similar api : https://dev.projectoxford.ai/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395237

to find similar faces. I uploaded 148 photos but always get this error from the server .

{ "error":{ "statusCode": 429, "message": "Rate limit is exceeded. Try again later." } }"

I have no idea what the problem is . Could you please let me know what the issue is . Thanks in advance.

huxuan commented 7 years ago

Free subscriptions have a calling frequency limitation, which is 30,000 transactions per month, 20 per minute. You should be able to see your quota via the link here [1].

[1] https://www.microsoft.com/cognitive-services/en-US/subscriptions

huxuan commented 7 years ago

Close as no further update from reporter.