I am using the Entitiy Search API. What HTTP status code is returned if I issue a request but the daily limit of my access token has been reached?
HTTP/429 is used for both exceeding ones permitted request rate and for exceeding the daily permitted request count.
HTTP/503 is also noteworthy here for when the server has reached capacity and is unable to fulfil the request.
One would have to parse the response text to determine which limit is breached.
The OpenCalais User Guide §1.3 states the account limits start at 0.5-1 per second, 5,000 per day, and 100KB maximum article size.
@andy it would have been provided alongside your credentials and daily quota. Note that requests exceeding the request rate will count against the daily quota and thus the client should be designed to throttle itself.
Entity Bulk Download Files Incomplete?
Entity Search and Record Matching API limit of 5,000 reached: Request for extension
Resolution Scores in Intelligent Tagging API
How should multiple records in the entity bulk download be interpreted?
Can you please provide a sample URI for doing an organization entity lookup using it's permID?