For the complete documentation index, see llms.txt. This page is also available as Markdown.

Condition Agent

Analyzes overhead imagery (including thermal, SAR) and known property data to detect roof damage, foundation issues, environmental wear, etc.

Sample Request (single property):

POST /v1/agent/condition
{
  "address": "415 Mission Street, San Franscisco, CA, US"
}

Region-based example:

Sample Response

If you query multiple properties, you’ll get results in bulk (one entry per property ID).

Last updated

Was this helpful?