IZZIPAYDevelopers

AI & Scoring API

AI-powered credit scoring and fraud detection.

Base URL: https://api.izzipay.com/v1/ai

POST/v1/ai/score/credit

Get credit score

cURL

bash
curl -X POST https://api.izzipay.com/v1/ai/score/credit \
  -H "Authorization: Bearer sk_test_..." \
  -H "Content-Type: application/json"
POST/v1/ai/detect/fraud

Fraud detection

cURL

bash
curl -X POST https://api.izzipay.com/v1/ai/detect/fraud \
  -H "Authorization: Bearer sk_test_..." \
  -H "Content-Type: application/json"
POST/v1/ai/predict/churn

Churn prediction

cURL

bash
curl -X POST https://api.izzipay.com/v1/ai/predict/churn \
  -H "Authorization: Bearer sk_test_..." \
  -H "Content-Type: application/json"
POST/v1/ai/segment/customer

Customer segmentation

cURL

bash
curl -X POST https://api.izzipay.com/v1/ai/segment/customer \
  -H "Authorization: Bearer sk_test_..." \
  -H "Content-Type: application/json"