- Previous: Simple Update Protocol (SUP)
- Up: API Overview
- Next: API methods (version 1.2)
Authentication
You can use Context Voice:
1. Anonymous
You can get reactions to a specific URL without a key. Just use:
http://externalapi.contextvoice.com/1.2/reactions/?url=http://www.yoururl.com
You are restricted to 500 anonymous call per day per IP. This way of using Context Voice API is perfect for plugins, widgets or any type of app that’s distributed on users machines rather than running from one server with one IP address.
NOTE: The external API is limited to retrieving reactions. If you wish to post an URL to our system, you must use http://api.contextvoice.com.
If you need more calls and more API functions (like adding stories to the index or searching and filtering) we recommend getting an API key.
2. Authenticated
You need an API key in order to access certain API functions. The key identifies you as a unique entity making calls against the Context Voice web service, and is used to track overall call usage. As a key holder you get more quotas and access to a more API calls then an anonymous API user.
Currently, the available API methods access public information, so there is no additional authentication needed. (Context Voice is reviewing OAuth token authentication in conjunction with the release of more API methods.)
- Previous: Simple Update Protocol (SUP)
- Up: API Overview
- Next: API methods (version 1.2)

Comments
Victor – 9 months ago
How much time does is takes for the API key to be usable?
http://api.contextvoice.com/1.0/resources/?url=http://developer.contextvoice.com&apikey=p3xxxxxxxxxxxxxxxxxxxxxxx&format=xml returns PAGE NOT FOUND
http://api.contextvoice.com/1.0/resources/?url=http://developer.contextvoice.com&apikey=<p3xxxxxxxxxxxxxxxxxxx>&format=xml returns ACCES FORBIDDEN
Please sign in to post a comment.