Enrich

Insurance

Data with Advanced AI

Evaluate exposure, flags fraud risk at FNOL, and recommend right-sized coverage using your inputs and public hazard context.
NiftyBot evaluates exposure, flags fraud risk at FNOL, and recommends right-sized coverage using your inputs and public hazard context. Loss ratios fall while cycle times shrink.
Profit lives in precise selection and speed.
Complexity: Medium
Auto FNOL Fraud Check
Catch fraud early, pay good customers fast. This call scores fraud risk on a first notice of loss and routes the claim to the right lane. Honest policyholders get speed; suspicious ones get scrutiny.
REQUEST

{ "source": { "loss_time": "2025-08-29T02:11:00Z", "location_city": "Los Angeles", "vehicle_age_years": 3, "photos_count": 4, "police_report": "Yes" }, "requests": [ { "field_name": "fraud_probability", "field_type": "numeric" }, { "field_name": "triage_action", "field_type": "categorical", "instructions": "Return one of: Fast track, Manual review, SIU" } ] }
RESPONSE

{ "enrichments": [ { "field_name": "fraud_probability", "value": 0.16, "confidence": 0.88, "method": "estimation", "reasoning": "Nighttime incident with photo evidence and police report aligns with low-risk patterns." }, { "field_name": "triage_action", "value": "Fast track", "confidence": 0.84, "method": "reasoning", "reasoning": "Low fraud signal and adequate documentation support expedited processing." } ] }
Complexity: Low
Homeowners Risk Snapshot
Quote faster without flying blind. This call classifies risk and notes surcharges using coastal hazard context and applicant attributes. You issue competitive quotes with fewer back-and-forths.
REQUEST

{ "source": { "zip": "33139", "year_built": 2004, "roof_type": "tile", "prior_claims": 0, "distance_to_coast_miles": 0.6 }, "requests": [ { "field_name": "risk_tier", "field_type": "categorical" }, { "field_name": "surcharge_notes" } ] }
RESPONSE

{ "enrichments": [ { "field_name": "risk_tier", "value": "Standard", "confidence": 0.9, "method": "classification", "reasoning": "Post-2000 build with tile roof is favorable; proximity to coast elevates wind exposure to standard from preferred." }, { "field_name": "surcharge_notes", "value": "Windstorm deductible may apply; request wind-mitigation form and roof photos to confirm credits.", "confidence": 0.82, "method": "assessment", "reasoning": "Common underwriting requirements for coastal Florida to validate discounts." } ] }
Complexity: High
SMB Limits Recommender
Right-size coverage on the first try. This call reads operations and venues to propose GL/Auto/Umbrella limits with an indicative premium band. Brokers get defensible recommendations their clients understand.
REQUEST

{ "source": { "business_type": "Food Truck", "annual_revenue": 450000, "employees": 7, "venues": ["Stadium events", "Street fairs"] }, "requests": [ { "field_name": "recommended_limits" }, { "field_name": "premium_band", "field_type": "numeric" } ] }
RESPONSE

{ "enrichments": [ { "field_name": "recommended_limits", "value": "GL 1M/2M aggregate, Auto 500k CSL, Umbrella 1M.", "confidence": 0.8, "method": "reasoning", "reasoning": "High-footfall venues and mobile operations elevate premises and auto exposure; modest umbrella provides headroom." }, { "field_name": "premium_band", "value": 3200, "confidence": 0.75, "method": "calculation", "reasoning": "Indicative based on exposure class and venue mix; excludes carrier-specific filings." } ] }