Built for developers
Ship verification in hours, not weeks
Modern REST API, first-class SDKs and sandbox environment.
import { TholulwaziVerify } from '@tholulwazi/verify-sdk';
const client = new TholulwaziVerify({ apiKey: process.env.TV_API_KEY });
const result = await client.identity.verify({
id_number: '9201015009087',
first_name: 'Thabo',
last_name: 'Dlamini'
});
console.log(result.recommendation); // "approve"