Calling the APIYou can call the Bizo API using the following URL format:
e.g.
Bizo API keyThe Bizo API requires an api key to be passed as part of the request
query string, using the To request an API key, please contact us at: api-support@bizo.com Domain restrictionsThe API methods meant for "online" use are also restricted by your website domain. They can only be used on a page served by that domain. These methods are:
Signed API callsSome API methods have additional security enabled for offline use. These methods are:
In addition to an An example signed request to the classify method, assuming an api key of "abc" and a shared secret of "xyz" would look something like this:
Client signature librariesPlease visit the oauth website to locate a 3rd party client libary capable of generating an oauth signature in many different programming lanugages. For Java or Scala, we recommend oauth-signpost. |