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 guide
import 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

SDKs & Libraries

Official client libraries

Resources

Additional materials

Popular API Endpoints

POST/v1/documents/analyze
POST/v1/credit/score
POST/v1/fraud/check
GET/v1/compliance/status

Need Help?

Our developer support team is here to help you with integration questions.

Contact Support

API Status

Check the current status of all KREXUM API services.

All Systems Operational