Documentation
Developer Documentation
Everything you need to integrate KREXUM AI into your financial applications.
Quick Start
Get up and running with KREXUM in minutes. Our SDKs make it easy to integrate AI-powered financial services into your applications.
PythonNode.jsJavaREST
View full quickstart guideimport krexum from '@krexum/sdk';
const client = new krexum.Client({
apiKey: 'your-api-key',
region: 'uae'
});
// Document Intelligence
const result = await client.documents.analyze({
file: documentBuffer,
type: 'kyc',
extractFields: ['name', 'dob', 'address']
});
console.log(result.extracted);Explore the Docs
Find guides, API references, and resources for all KREXUM products.
Getting Started
Quick start guides and tutorials
API Reference
Complete API documentation
Security & Compliance
Security best practices
Integration Guides
Connect with your systems