Schemas
ScoredCallRequest
addressThe full street address of the property to score.
conditionThe property's condition, which sets the repair budget the derived numbers are built on. Optional: omit it and the property is priced as though it needs no repairs, which is exactly what turn_key does. It is a request option rather than a second property, so sending it never changes what the call costs.
tear_down is accepted by this schema and refused by the endpoint with a 400, before any Credits are consumed. That is deliberate rather than an oversight: the scoring service has no land-value estimate, so there is no honest way to price a tear-down here. Analyse lot value separately.
Repair figures are a screening range, not a contractor bid.
ScoredCallResponse
model_estimate_availableWhether the pricing model produced an estimate Lift Data was able to confirm for this property. The only member always present. When false, the model's estimate and its distribution are withheld from this response: they were checked against the comparable sales below and did not agree with them, and a confidently wrong valuation is worse than none. The Comp Band and the comparable sales are unaffected — they are derived from the sales themselves — and this call is charged as normal, because it still carries a valuation.
pricing_model_arv_estimateThe pricing model's after-repair-value estimate for this property, rounded to the nearest thousand dollars. Read from the model's own value distribution rather than from the comparable sales, so it does not move when comparable sales are added or removed — the Comp Band is the number that does. Absent when model_estimate_available is false.
The predicted value distribution for this property, as quantile level to predicted value. The full distribution is returned rather than a single number: where the scoring service exposes its uncertainty, Lift Data surfaces it rather than hiding it. Absent when model_estimate_available is false.
valuation_meanThe predicted value for this property as a single point estimate. Optional: the scoring service does not always produce one, and its absence does not make the distribution above any less complete. Absent when model_estimate_available is false.
effective_sample_sizeHow much comparable evidence supported the model's estimate. A low value means the distribution above rests on thin evidence and should be read with more caution. Absent when model_estimate_available is false, because it describes an estimate that was withheld.
The Comp Band: the value range implied by the comparable sales below, size-normalised to this property where their square footage allows it. This is the number derived from recorded sales rather than from a model. Absent when too few comparable sales carried a usable price to state a range honestly — a range built on one or two sales reads as high confidence over the thinnest possible evidence.
rehab_budgetThe repair budget the numbers below were built on, in whole dollars — the whole-project midpoint for the condition you submitted. Zero when you sent no condition, which is the same as sending turn_key. This is a screening range reduced to a single figure, not a contractor bid: small homes skew high per square foot, and the heavier brackets are the least reliable in the set.
rehab_adjusted_arvThe after-repair value this deal is priced against, in whole dollars: the Comp Band's middle value lifted toward its upper end in proportion to the repair budget, because a heavier renovation signals a higher-finish result. It equals the middle of the Comp Band when there is no repair signal and never exceeds the upper end, so the number stays anchored to sales that actually happened. It is derived from the comparable sales rather than from the model, so it moves when the comparable sales do. The thresholds that shape the lift are policy figures calibrated by judgment, not fitted parameters. Absent whenever the Comp Band is absent.
The Investor Price: the highest purchase price at which a cash flip buyer on standard financing still clears the target margin. It is the algebraic inverse of a flip pro forma rather than a price quantile, so a seller's suggested price and a buyer's underwriting agree by construction. The financing figures behind it — down payment, interest, points, closing costs, hold period and target margin — are policy figures calibrated by judgment and intended to be tuned; they are not fitted to any data set. Absent whenever the Comp Band is absent.
flip_viabilityHow this deal reads as a flip at the Investor Price above: good when the margin is healthy, warn when it is thin, alert when a flipper loses money at any price or no price clears the target margin. It describes the price in this response, not an asking price — this endpoint takes an address and a condition, and nothing else. The margin thresholds are policy figures calibrated by judgment, not fitted parameters. Absent whenever the Comp Band is absent.
The comparable sales the Comp Band was derived from, in the order the scoring service ranked them, as stored by the property data service. The property's own prior sale is removed before anything is computed. Absent when the scoring service returned none.
ValidationVerdict
validWhether this body would be accepted by POST /v1/predict. Always true on a 200 — a body that would be rejected returns the same 400 or 413 the Metered Call returns.
ProblemDetail
typeA stable URI identifying what went wrong. Branch on this, not on the wording.
titleA short, stable summary.
detailWhat happened, what it means for your Credits, and what to do next.
statusThe HTTP status code, repeated in the body.
trace_idThe Trace ID for this request. Quote it to support.