Create a Person (Crear una Persona)
Endpoint
La API Create Person permite crear una nueva persona dentro del sistema de reconocimiento facial. Puedes asociar a una persona con su nombre, imágenes, género, fecha de nacimiento, nacionalidad, colecciones y notas adicionales.
Headers
Content-Type
application/json
Authorization
Bearer <token>
Parámetros
El cuerpo de la solicitud debe contener un objeto JSON con los siguientes campos:
name
string
Yes
Full name of the person.
images
array
of string
Yes
Base64-encoded images for recognition.
gender
string
No
Gender of the person (M
or F
).
date_of_birth
string
(ISO8601)
No
Date of birth of the person.
nationality
string
No
Nationality of the person.
colletions
array
of string
No
Array of collection IDs related to this person.
notes
string
No
Additional notes about the person.
documentValidations
array
No
Validation status for documents.
emails
array
No
List of email addresses.
phones
array
No
List of phone numbers.
environment
string
No
Environment details (not_set
by default).
client
string
(UUID)
Yes
Client identifier.
Request
Response
Last updated