Go to documentation repository
...
| Parameter | Required | Parameter description |
|---|---|---|
| server_id | Yes | Identifier of the Face recognition server in Face PSIM |
| data | Yes | Data you want to get |
| cameraIds | No | Camera identifiers (GUID) from the dbo.cameras table of the Fir database. If they are not specified, the results for all cameras are displayed |
| dateTimeFrom | Yes | Time in UTC+0 format, starting from which the face search will be performed |
| dateTimeTo | Yes | Time in UTC+0 format, up to which the face search will be performed |
| sim | No | Level of similarity between the face from the camera photo and the reference image in the request in the range of 0.1-1. The recommended value is 0.8 |
| image | Yes | Image in base64 format |
...