UnifyAPI
← Back to catalog

rateapi.personal_loan

mock data$0.002 / call

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

Financeprovider: Rateapi#rateapi#finance

Input schema

amount

Loan amount in USD (e.g. 10000)

number
term_months

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

string
credit_score

Credit score tier

string

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

Try it

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