POST /update_face_identity
Updates a face identity.
Endpoint
POST https://api-eu.valossa.com/training/1.0/update_face_identity
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Faces-enabled API key |
face.id | string | Yes | Face identity UUID |
face.updates.name | string/null | No | New name; set null to clear |
face.updates.gender | string/null | No | male, female, or null to clear |
Example
curl -H "Content-Type: application/json" \
-X POST \
-d '{"api_key":"YOUR_API_KEY","face":{"id":"bb254a82-08d6-4498-9ddb-3de4c88f1f66","updates":{"name":"Ricky Rixon-Borgmann"}}}' \
https://api-eu.valossa.com/training/1.0/update_face_identity