UnifyAPI
← Back to catalog

rateapi.auto_loan

mock data$0.002 / call

Auto 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.

Financeprovider: Rateapi#rateapi#finance

Input schema

state

Two-letter US state code

string
amount

Loan amount in USD (e.g. 35000)

number
term_months

Loan term: 24, 36, 48, 60, or 72 months

string
credit_score

Credit score tier

string
vehicle_type

Vehicle type: "new" or "used"

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.