Full API reference, multi-language SDKs, interactive code samples, webhook guides, and technical documentation for engineering teams integrating or extending the zung.ai platform globally.
Authenticate, make your first request, and start building — the zung.ai API is RESTful, JSON-native, and fully documented with interactive examples globally.
# Install: pip install zungai import zungai # Authenticate with your API key client = zungai.Client(api_key="zng_live_••••••••••••") # Score a member's creditworthiness score = client.credit.score( member_id="mbr_01HQK2F5ZTGJPMN", signals=["mobile_money", "behavioural", "utility"], bureau_augment=True ) # Decision in <2 seconds print(score.score) # → 742 print(score.risk_band) # → "LOW_RISK" print(score.decision) # → "APPROVED" print(score.latency_ms) # → 1840
All SDKs are open-source, actively maintained, and cover the full API surface — authentication, pagination, error handling, and webhook verification globally.
The zung.ai sandbox is free, full-featured, and available instantly — no sales call, no approval, no credit card. Build your integration and go live globally.