← Back to catalog
rateapi.personal_loan
mock data$0.002 / callPersonal Loan Rate Decision
Get personal loan rate decision from US lenders. Returns recommended financing actions, APR rates by term and amount, and monthly payment estimates. Filter by loan amount, term, and credit score tier.
Input schema
amount
numberLoan amount in USD (e.g. 10000)
term_months
stringLoan term: 12, 24, 36, 48, or 60 months
credit_score
stringCredit score tier
Call via REST
curl -X POST https://unifyapi.pro/api/call/rateapi.personal_loan \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"amount":0,"term_months":"<term_months>","credit_score":"<credit_score>"}'