---
title: "Compare a property's AVM value against a provided LTV amount."
method: POST
path: "/valuation/ltv-check"
tags: ["Valuation"]
---

# Compare a property's AVM value against a provided LTV amount.

`POST /valuation/ltv-check`

## Request body

- LTVCheckRequest — Request body for comparing a property's AVM against an LTV amount.
  - `pid` string, required — Property identifier in format xxx-xxx-xxx
  - `ltv_amount` number, required — Loan-to-value amount to compare against the property's AVM value.

## Response `200`

Successful Response

- LTVCheckResponse — Outcome of comparing a property's AVM against an LTV amount.
  - `pid` string, required — Property identifier in format xxx-xxx-xxx
  - `ltv_amount` number, required — Loan-to-value amount supplied in the request.
  - `has_avm` boolean, required — Indicates whether the property has an AVM value on record.
  - `avm_exceeds_ltv` boolean, required — True when the property's AVM value is greater than the provided LTV amount.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/landcor/apis/landcor-property-api.md) · [All operations](https://skmtc.net/landcor/apis/landcor-property-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/landcor/landcor-property-api/versions/45a7cc8f5b96/schema)
