/v1/faces/comparar). Prefira /v1/comparafaces para integrações novas.curl --location '/Faces' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"Service": "comparafaces",
"ConversationID": "conv-leg-001",
"Properties": [
{
"Name": "PROP_SOURCE_IMAGE",
"Value": "https://storage.example.com/doc.jpg"
},
{
"Name": "PROP_TARGET_IMAGE",
"Value": "https://storage.example.com/selfie.jpg"
},
{
"Name": "PROP_ISBASE64",
"Value": "N"
},
{
"Name": "PROP_SIMILARIDADE",
"Value": "90"
}
]
}'{
"data": {
"similaridade": 94,
"tipo_doc": "CNH",
"urls": []
},
"codigo_retorno": 200,
"mensagem": "Ok"
}