On-Premise Installation
Server is the on-premises installation of Analytics, with access to Analytic's functions as RESTful web service endpoints. This solves cloud security worries and allows customization (models/indexes) as needed for your business.
When Analytics is installed on premise, no authentication is required. The code examples shown here include authentication. When using these examples, make the following changes:
Omit this authentication from your calls:
-H "X-BabelStreetAPI-Key: [your_api-key]"
Substitute the IP address of your instance for
analytics.babelstreet.com
whereverhttps://analytics.babelstreet.com/rest/v1/[endpoint]
is mentioned.
Server can be configured by modifying the configuration files in the installation, in addition to the call parameters documented here. Refer to the Server User Guide for configuration details.