IZZIPAYDevelopers
AI & Scoring API
AI-powered credit scoring and fraud detection.
Base URL: https://api.izzipay.com/v1/ai
POST
/v1/ai/score/creditGet 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/fraudFraud 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/churnChurn 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/customerCustomer segmentation
cURL
bash
curl -X POST https://api.izzipay.com/v1/ai/segment/customer \
-H "Authorization: Bearer sk_test_..." \
-H "Content-Type: application/json"