API
The WizeHive API consists of a set of callable methods and API endpoints and is similar to the flickr API. The arguments, responses, and error codes for each method are listed in the Methods section.

To perform an action using the WizeHive API, send a request to its endpoint specifying a method and some arguments. A response will then be sent back to you.

User authentication is required for most of the WizeHive API methods.

The required parameter
method
is used to specify the method to be called.

The required parameter
api_key
is used to specify your API Key.

The optional parameter
format
is used to specify a response format.

Please Note

The API is currently in beta. This means that we are still testing it and implementing additional functionality.

Please keep requests to an average of 1 request per second. We may throttle certain API keys (or block them entirely) if they utilize too many resources.