Skip to main content
POST
Title Check
Runs a property/title search for a US address via DataTree and returns the result synchronously. The endpoint geocodes the supplied address, resolves the matching property, and responds with a discriminated union describing the outcome.

Request

Headers

Body parameters

Example request

Response

200 — Success

The body is a discriminated union on status: When status is found, the response carries the property detail. Each object is null when the underlying data is unavailable: When status is multiple_properties, the response includes message, an availableUnits array, and a properties array of { owner, apartmentOrUnit } to disambiguate. When status is unsupported_region or not_found, the response includes a human-readable message.

Error responses