One API call scores whether two names, in any script or spelling, refer to the same person or organization. Built for screening, investigation, and compliance at scale.
That was the detected rate across identity verification in 2024. Generative tools made convincing impostors cheap, and every fake arrives wearing a plausible name.
Faces and documents can now be generated. Names still have to survive contact with watchlists, registries, and court records across 40+ writing systems. That check is broken.
$ curl https://onoma.kineticpartners.org/api/v1/match \ -H "Authorization: Bearer sk_live_..." \ -d '{ "a": "Mohammed al-Husseini", "b": "Мухаммад Хусейни" }' { "score": 0.94, "verdict": "match", "evidence": { "script_pair": "latin/cyrillic", "translit": 0.97, "token_align": 0.92 } }
Cut false positives without loosening thresholds. Score every hit against watchlists in any script, with evidence your auditors can read.
Collapse aliases, transliterations, and shell-entity name variants into single subjects across sources.
Catch repeat offenders re-registering under name variants your string matching misses.
Deduplicate entity tables across languages without building a matching pipeline from scratch.
Access is open to screening, investigation, and compliance teams.