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"
}
| Field | Type | Description |
|---|---|---|
file_path | string | Path to the import file on the EyesOnIt server. |
Success Response
{
"success": true,
"message": "people imported",
"data": null
}