← Back to catalog
rateapi.mortgage
mock data$0.002 / callMortgage Rate Decision
Get AI-powered mortgage rate decision from 4,300+ US lenders. Returns recommended actions, current APR rates, estimated monthly payments, and confidence scores. Supports 30yr/15yr fixed and ARM products. Filter by state, amount, and credit tier.
Input schema
state
stringTwo-letter US state code (e.g. "CA", "NY", "TX")
amount
numberLoan amount in USD (e.g. 400000 for a $400K mortgage)
intent
stringLoan intent: "purchase" for buying or "refinance"
rate_type
stringRate type: "fixed" or "adjustable" (ARM)
term_months
integerLoan term in months: 180 (15yr), 360 (30yr), or custom
credit_score
stringCredit score tier for rate filtering
Call via REST
curl -X POST https://unifyapi.pro/api/call/rateapi.mortgage \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"state":"<state>","amount":0,"intent":"<intent>","rate_type":"<rate_type>","term_months":0,"credit_score":"<credit_score>"}'