Skip to main content

facerec_add_people

Bulk import face recognition people from a file.

  • Method: POST
  • Path: /facerec_add_people

Request Body

{
"file_path": "/input/facerec/import.csv"
}
FieldTypeDescription
file_pathstringPath to the import file on the EyesOnIt server.

Success Response

{
"success": true,
"message": "people imported",
"data": null
}