01 · YOUR SYSTEM
REST API + webhooks
Push every scan straight into your existing road-maintenance or asset system — structured JSON, geometry, severity and a link to the 3D model.
POST/webhooks/potholescan
{
"id": "PH-4471",
"road": "A38", "lane": 2,
"lat": 37.8199, "lng": -122.4783,
"depth_mm": 82,
"area_m2": 0.42,
"volume_l": 34,
"severity": "high",
"model_3d": "ph-4471.glb"
}