Introduction

Luna-Handlers is a web service for working with face recognition handlers.

Handler is an object with following fields:
  1. handler id - handler unique id;

  2. account id - id of account to which the handler belongs;

  3. create time - handler create time;

  4. last update time - time of last action with handler(change description and/or policies)

  5. description - handler description

  6. policies - policies that are used to complete the task through the handler

Dynamic handler is a handler without fixed policies. Policies must be set with each appeal to a handler.

It is possible to detect face using /detector resource.

Is is possible to extract face basic attributes using /extractor resource.