Developer Hub & APIs
Identity Verification Built for Developers
Integrate automated document checks, selfie liveness, and live Video KYC in minutes using our clean REST APIs and lightweight SDKs.
Quickstart Integration
import { Vinstar } from '@vinstar/idv';
const client = new Vinstar({ apiKey: process.env.VINSTAR_API_KEY });
// Launch a new customer verification
const session = await client.sessions.create({
customerReference: 'cust_89104',
workflow: 'instant_pass',
callbackUrl: 'https://api.yourdomain.com/webhooks/kyc'
});
console.log('Customer URL:', session.url);Real-Time Event Dispatch
Interactive Webhook Delivery Simulator
Test how your application receives HMAC-SHA256 signed event payloads when a customer verification passes or escalates.
Webhook Delivery Inspector
Click “Dispatch Test Webhook Event” to simulate payload delivery.