Page History
...
width | 50% |
---|
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
Column |
---|
The requests are used to send commands and receive the data from the FIRSERVER object using the HTTP requests (for details, see Intellect HTTP API and Face-Intellect. REST API).
CreatePerson -the request for creating a person in the reference face database
Example:
Code Block | ||
---|---|---|
| ||
POST http://127.0.0.1:10000/firserver/CreatePerson
{
"server_id": "1",
"id": "",
"name": "",
"surname": "40567259",
"patronymic": "",
"department": "Отдел 1",
"comment": "",
"createPersonInIntellect": 0,
"image": "base64 image"
"fir": "base64 fir"
} |
...
title | Attention! |
---|
...
)
...
.
...
DeletePersons - the request for clearing the reference face database
Example:
...
language | xml |
---|
...
Overview
Content Tools