Documentation for Face Intellect 8.0-8.1. Documentation for other versions of Intellect is available too.
Previous page Next page
General request format:
POST http://IP-address:port/firserver/CreatePerson
Request parameters:
| Parameter | Required | Parameter description |
|---|---|---|
| server_id | Yes | ID of Face Recognition Server in the face-Intellect software package |
| objectType | No | Object type |
| id | No | ID 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 | Name If not specified, the person will be added without a name |
| surname | Yes | Surname |
| patronymic | No | Patronymic If not specified, the person will be added without a patronymic |
| department | Yes | Department |
| comment | No | Comment If not specified, the person will be added without a comment |
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 | Face pattern (vector) If specified, the face will be added to the database without any verification (face search, face vector generation) |
Request example:
POST http://localhost:10000/firserver/CreatePerson
Response example:
Response parameters:
| Parameter | Parameter description |
|---|---|
| Status | Completed request status: SUCCESS - successful |
| Result | Added user ID in GUID format |
| Description | Request Description |
