Introduction¶
Service for work with faces and lists.
- Face is a object with the following fields:
create time - face create time;
last update time - time of last action with face (change user data, attach or detach face from list, update event id);
event id - reference to event id which created the face;
account id - id of account to which the face belongs;
user data - user data of face;
attribute id - reference to face attribute;
face id - face id.
external id - external id of the face, if it has its own mapping in external system
- List is a set of faces. Every list must consist of faces from one account. There are the following fields in list:
list id - list id;
user data - user data of list;
account id - id of to account which the list belongs;
create time - list create time;
last update time - time of last action with list (attach or detach face from list);
Service provides RESTFul api interface for creating, removing faces and lists, attaching and detaching faces to lists. Also you can get faces, lists and list attributes by filters