Leverage our AI-powered API to predict debt repayment likelihood with precision and ease.
Start Your Free TrialOur Repayment Score AI API uses advanced machine learning to analyze debtor data, including credit history, financial profile, and behavioral patterns. In an ideal state, it:
debtor_id
to retrieve existing debtor profiles or creates new profiles with provided client data.Perfect for debt collectors, financial institutions, and businesses seeking data-driven insights.
The /api/repayment-score/
endpoint calculates a repayment score (0-100) for a debtor based on their financial and behavioral data.
https://api.cloom.ai/api/repayment-score/
X-API-Key
headerSend a JSON payload with either a debtor_id
or client details.
{
"debtor_id": "12345"
// OR
"first_name": "Jane",
"last_name": "Smith",
"ssn": "123-45-6789",
"email": "jane@example.com",
"phone_number": "+1234567890",
"timing": "morning"
}
Headers: API-Key: your-api-key
Returns a JSON object with the repayment score.
{
"repayment_score_ai": 89
}
Use curl or your preferred HTTP client.
curl -X POST \
-H "Content-Type: application/json" \
-H "API-Key: your-api-key" \
-d '{ "first_name": "Jane",
"last_name": "Smith",
"ssn": "123-45-6789"}' \
https://api.cloom.ai/api/repayment-score/
Sign up for a free trial to experience the power of our Repayment Score AI API.
Start Your Free Trial