Documentation for Face Intellect 8.0-8.1. Documentation for other versions of Intellect is available too.
Previous page Next page
POST http://IP-address:port/prefix/firserver/CreatePerson
Parameter | Required | Parameter description |
---|---|---|
server_id | Yes | ID of Face Recognition Server in the face-Intellect software package (see the Configuring the Face Recognition Server object) |
objectType | No | |
id | No | identifier of the user in GUID format. If the ID is not specified, then it will be automatically generated for the newly added user and returned in the response; |
name | No | |
surname | Yes | |
patronymic | No | |
department | Yes | |
comment | No | |
createPersonInIntellect | No | this parameter defines whether to create a person on behalf of the Intellect operator or not; |
image | Yes | JPEG image in the base64 format. |
fir | No | If the "fir" parameter contains a template, then the face will be added to the database without any checking (face search, face vector generation); in addition, there should be an "image" parameter. |
Example request:
POST http://localhost:10000/firserver/CreatePerson
Sample answer:
Parameter | Parameter description |
---|---|
Status | |
Result | |
Description |
Overview
Content Tools