Supported Property Types
commercial, condo, industrial, multi_family, single_family
Supported Construction Types
manufactured, masonry, reinforced_concrete, steel_frame, unknown, wood_frame
Supported Perils
earthquake, flood, landslide, sinkhole, volcano, wildfire, wind
Decision Outcomes
APPROVE, APPROVE_WITH_CONDITIONS, REFER_TO_SENIOR, DECLINE
Raw JSON
{
"status": "ok",
"engine": "deepmap_underwriter_copilot_v1",
"supported_property_types": [
"commercial",
"condo",
"industrial",
"multi_family",
"single_family"
],
"supported_construction_types": [
"manufactured",
"masonry",
"reinforced_concrete",
"steel_frame",
"unknown",
"wood_frame"
],
"supported_perils": [
"earthquake",
"flood",
"landslide",
"sinkhole",
"volcano",
"wildfire",
"wind"
],
"data_sources_available": {
"georisk": true,
"weather": true,
"ghost_network_sinkhole": true,
"climate_migration": true,
"insurance_property": true
},
"endpoints": {
"decision": "POST /api/v1/insurance/underwrite/decision ($2.00/query)",
"batch": "POST /api/v1/insurance/underwrite/decision/batch ($1.00/property, max 100)",
"explain": "POST /api/v1/insurance/underwrite/explain ($0.50/query)"
},
"decision_outcomes": [
"APPROVE",
"APPROVE_WITH_CONDITIONS",
"REFER_TO_SENIOR",
"DECLINE"
]
}