Documentation for Face Intellect 7.1. Documentation for other versions of Intellect is available too.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

POST http://localhost:10000/firserver/CreateObject

JSON parameters:

{
 "server_id" : "1",
 "objectType" : "PERSON",
 "id" : "7BC06491-C30D-450F-BF45-F9F5D680A501",
 "name" :"John",
 "surname" : "Kramer",
 "patronymic" : "Kramer",
 "department" : "Department 1",
 "comment" : "Some comment",
 "createPersonInIntellect": 1,
 "image" : ""
}

where

  • server_id - ID of Face Recognition Server in the face-Intellect software package (see the Configuring the Face Recognition Server object)
  • id - optional unique ID of user
  • createPersonInIntellect - this parameter defines whether to create a person on behalf of the Intellect operator or not
  • image - JPEG image in the base64 format.

Example of response:

{
 "Description": "",
 "Result": "7BC06491-C30D-450F-BF45-F9F5D680A501",
 "Status": "OK"
}
  • No labels