SkyBiometry Face Detection and Recognition
An easy to use Face Detection and Recognition API. Detect faces at various angles, determine gender, check if the person is smiling or wears glasses (maybe sunglasses) with a single API call. You must have an application created in your account at SkyBiometry to use it (sign up at https://manage.skybiometry.com/#/register if you don't have an account yet).
SkyBiometry Face Detection and Recognition endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Account/Users /account/users |
Returns tags that were registered in the specified user data namespace. Tags are added to namespaces by calling tags/save method. |
| POST |
Account/Namespaces /account/namespaces |
Returns all valid data namespaces for user authorized by specified api_key. |
| POST |
Faces/Group /faces/group |
Method can be used to detect, group and optionally recognize one or more user faces in one or more photos. faces/group method tries to match all the faces that were found in the… |
| POST |
Faces/Recognize /faces/recognize |
Method is used for recognizing trained user ids in one or more photos. For each detected face, method will return user ids that match specified face or empty result set if no… |
| POST |
Account/Authenticate /account/authenticate |
Returns authentication status. Method can be used to test connection and/or authentication to the API access point. It is not required to call this method before calling any… |
| POST |
Account/Limits /account/limits |
Returns authentication status. Method can be used to test connection and/or authentication to the API access point. It is not required to call this method before calling any… |
| POST |
Faces/Status /faces/status |
Method can be used to get training status for specified user ids. |
| POST |
Faces/Detect /faces/detect |
Returns tags for detected faces in one or more photos, with geometric information of the tag, eyes, nose and mouth, as well as additional attributes such as gender. |
| POST |
Faces/Train /faces/train |
|
| POST |
Tags/Add /tags/add |
Allows to add face tags manually. |
| POST |
Tags/Get /tags/get |
Allows to get already saved tags to data namespace. By specifying different parameters and criteria you can influence the returned tags. |
| POST |
Tags/Remove /tags/remove |
Removes a previously saved tag using tags/save. |
| POST |
Tags/Save /tags/save |
Saves a specified face tag to permanent storage. Once the face tag has been saved, you can call faces/train method, which will use the saved tag information to create face… |
SkyBiometry Face Detection and Recognition pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|