API Praça · Hygiene
Risk score stub para e-mail (formato + domínios descartáveis) e telefone BR (padrões suspeitos). Score 0–100 com sinais explicáveis — complemento leve a cadastros e formulários.
POST /api/nexa/hygiene/email — nexa.hygiene.emailPOST /api/nexa/hygiene/phone — nexa.hygiene.phone/api/portal-tools/v1/services/…/executePOST /api/nexa/hygiene/email
{ "email": "user@mailinator.com" }
{
"ok": true,
"data": {
"risk_score": 65,
"risk_level": "high",
"signals": ["disposable_domain"],
"format_valid": true,
"disposable_domain": true
},
"meta": { "serviceKey": "nexa.hygiene.email", "latency_ms": 3 }
}