Easy
integration
Flexible deployment options to seamlessly integrate our deepfake detection technology into your existing platform with minimal development overhead.
Choose your integration method
WebSDK Integration
Frontend JavaScript/TypeScript Module
Lightweight SDK that integrates directly into your website with minimal setup.
// Initialize KYC session
const cognau = new CognauSDK({
apiKey: 'your-api-key',
onComplete: (result) => {
console.log('Verification:', result.verified);
}
});
// Start verification process
cognau.init(sessionId, config);
cognau.startChallenge();
Backend API
Node.js/TypeScript Service
Complete backend service for session management and verification processing.
// Create verification session
POST /session/create
{
"customerId": "client-123",
"challengeConfig": { "dotFollow": true }
}
// Upload frame data
POST /session/:id/frame
{
"frame": "base64-data",
"metadata": { "timestamp": 1640995200 }
}
Mobile Enhancement
Advanced Security Vectors
Optional mobile app integration for enhanced security using device sensors.
// Mobile deep link integration
cognau://verify?sessionId=abc123
// Sensor data collection
const sensorData = {
vibration: [100, 50, 100],
ambientLight: 0.8,
gyroscope: { x: 0.1, y: 0.2, z: 0.0 }
};
How It All Works Together
Session Creation
Customer website calls Backend API to create unique session with challenge configuration
WebSDK Initialization
Frontend SDK renders KYC interface and begins cognitive challenge sequence
Data Transmission
Live video frames and metadata streamed securely to Backend API
AI Processing
AI Engine analyzes frames for liveness detection and deepfake artifacts
Verification Result
Complete verification score returned with risk assessment and outcome
Built for Enterprise
Enterprise Security
HTTPS/WSS encryption, time-limited sessions, isolated AI processing, and automatic data deletion.
Global Scale
Real-time processing with under 2-second verification times and minimal latency worldwide.
Developer Friendly
Comprehensive APIs, detailed documentation, and modular architecture for easy integration.
Ready to secure your platform?
Join leading companies using Cognau to protect their users from deepfake fraud. Get early access to our advanced KYC verification platform.