This endpoint enables you to retrieve roof age information for the latest resource within the supplied AOI.
Endpoint
https://api.nearmap.com/ai/roofage/v1/ai/resources/{resourceId}.{fileFormat}
Path parameters
fileFormat
(string, required): Output format for the response. Currently, only GeoJSON is supported.
Request body parameters
The request body is a JSON object that can contain either address information or area of interest geometry, along with optional pagination parameters.
Parameter | Value | Required | Default | Description |
---|---|---|---|---|
address | Either a composite | ✔ | N/A | Address information for the property to analyze in the format "422 Towne Park Trl, Austin, TX 78751 US". If this is specified, you don't need to provide the aoi and vice versa. |
aoi | Polygon with an array of coordinate rings defining the polygon | ✔ | Geographic area of interest definition. If this is specified, you don't need to provide the address and vice versa. |