← Back to catalog
rateapi.heloc
mock data$0.002 / callHELOC Rate Decision
Get Home Equity Line of Credit (HELOC) rate decision. Returns current HELOC APR rates, recommended actions, and lender comparisons. Filter by combined loan-to-value ratio (CLTV), state, and credit score tier.
Input schema
cltv
numberCombined loan-to-value ratio (0-95)
state
stringTwo-letter US state code
credit_score
stringCredit score tier
Call via REST
curl -X POST https://unifyapi.pro/api/call/rateapi.heloc \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"cltv":0,"state":"<state>","credit_score":"<credit_score>"}'