Skip to main content

ComprehensiveResponse

Response model for comprehensive endpoint.

address_info objectnullable
property name*anynullable
property_avm objectnullable
property name*anynullable
rental_avm objectnullable
property name*anynullable
multifamily_avm objectnullable
property name*anynullable
census_data objectnullable
property name*anynullable
location_data objectnullable
property name*anynullable
metadata objectnullable

Metadata for comprehensive response.

api_versionApi Version (string)
Default value: v1.0.0
compute_msCompute Ms (integer)nullable
request_idRequest Id (string)nullable
response_timestampResponse Timestamp (string)nullable
credits_usedCredits Used (integer)nullable
credits_breakdown objectnullable
property name*integer
ComprehensiveResponse
{
"address_info": {},
"property_avm": {},
"rental_avm": {},
"multifamily_avm": {},
"census_data": {},
"location_data": {},
"metadata": {
"api_version": "v1.0.0",
"compute_ms": 0,
"request_id": "string",
"response_timestamp": "string",
"credits_used": 0,
"credits_breakdown": {}
}
}