LogoLogo
  • Introduction
  • Use Cases
  • Getting Started
    • Starting the server
    • Configuration
    • Licensing and Authorization
    • Using the Swagger Docs page
    • Authorization
  • OpenCV FR Server
    • Collection Management
    • Person Management
      • Bulk Enroll or Update Persons
    • Face Search
    • Face Compare
    • Liveness Detection
Powered by GitBook
On this page
Export as PDF
  1. Getting Started

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.

PreviousConfigurationNextUsing the Swagger Docs page

Last updated 2 months ago