← Back to catalog
rateapi.auto_loan
mock data$0.002 / callAuto Loan Rate Decision
Get auto loan rate decision for new and used vehicles from US lenders. Returns recommended financing actions, APR rates by term (24-72 months), and estimated monthly payments. Filter by vehicle type and credit tier.
Input schema
state
stringTwo-letter US state code
amount
numberLoan amount in USD (e.g. 35000)
term_months
stringLoan term: 24, 36, 48, 60, or 72 months
credit_score
stringCredit score tier
vehicle_type
stringVehicle type: "new" or "used"
Call via REST
curl -X POST https://unifyapi.pro/api/call/rateapi.auto_loan \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"state":"<state>","amount":0,"term_months":"<term_months>","credit_score":"<credit_score>","vehicle_type":"<vehicle_type>"}'