List All Enrolled People Using the REST API
To retrieve all enrolled persons from a directory containing less than 10,000 faces, run the following command:
curl -v -X GET -H ""Authorization: main"" -H ""X-RPC-AUTHORIZATION: userid:pwd"" ""https://covi.real.com/people""
To retrieve all enrolled persons from a directory containing more than 10,000 faces, run the following command:
curl -v -X GET -H ""Authorization: main"" -H ""X-RPC-AUTHORIZATION: userid:pwd"" ""https://covi.real.com/rootpeople?start-index=0""
The complete reference documentation on the identity management APIs is available at COVI – Main Computer Vision Service API.