KodexakodéxaShieldAPI Reference
https://shield.kodexa.systems/apiPortal →
Identity Layer

KYB-AI

Coming soon

Business verification — UBO identification, director screening, corporate structure analysis and registry cross-check. Supports legal entities across CA, AE and SA.

This plugin is in development. The API schema below is planned and subject to change. You can design your integration now using this reference.

Endpoint

POST/api/kyb/verify

Request parameters

ParameterTypeRequiredDescription
entity_idstringYesYour internal reference for this business entity.
jurisdictionstringYesOne of: CA, AE, SA.
company_namestringYesRegistered company name.
registration_numberstringYesCompany registration / trade license number.
registration_documentstringNoBase64-encoded registration document.
ubo_listarrayNoList of Ultimate Beneficial Owners with name and ownership percentage.

Response fields

ParameterTypeRequiredDescription
data.statusstringYesapproved, rejected, or review_required.
data.company_verifiedbooleanYesWhether the company registration was verified.
data.ubo_flagsarrayYesCompliance flags for each UBO.
data.risk_levelstringYeslow, medium, high, or critical.

cURL

# Coming soon
curl -X POST \
  https://shield.kodexa.systems/api/kyb/verify \
  -H "Content-Type: application/json" \
  -d '{...}'

Code examples available when plugin launches