AfriScore Developers

Quickstart

Score a hypothetical applicant with 18 months of mobile money history.

Live keys are issued after pilot onboarding. Until then, use a test key to explore the API against synthetic-calibrated scores.

curl -X POST https://api.afriscore.africa/v1/score \
  -H "Authorization: Bearer YOUR_TEST_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "mobile_money_months": 18,
    "monthly_inflow": 1450,
    "stability_score": 0.68,
    "airtime_regularity": 0.85
  }'

A successful response returns a calibrated score, risk tier, recommended loan terms, and SHAP feature contributions — see the Score endpoint for the full response shape.