Licensing and Authorization
Information about licensing and authentication for the server
The licensing for the server is governed by a license file called server.lic
. This file is located in the root folder of the distribution bundle.
The server.lic
file determines quotas and limits for the system. During development, the initial file should provide enough quotas for your needs. As you approach a production deployment, please contact Seventh Sense for a review of your quota needs.
When the server is running, it offers several end-points that can be called via HTTP clients in a language of your choice.
To access these server end-points, please use your api_key
A random API key was included in the server-config.toml
file mentioned in the previous section. Including it in requests using the x-api-key
header will help authorize your requests.
Last updated