What it does
AI-powered change detection for physical infrastructure.
Baseline per object
Submit images of any structure — bridge, facade, utility pole. VIMS builds a visual baseline per object ID and tracks it over time.
Change detection
Every new submission is compared against the object's baseline. Pixel-level and semantic changes are detected and scored.
Risk classification
Changes are classified by severity — low, medium, high, critical — with structured metadata for downstream alerting and ticketing.
AI object detection
Identify specific defects: cracks, corrosion, water damage, vegetation intrusion, structural deformation.
API example
One call. Structured intelligence back.
# Submit an image for analysis
curl -X POST https://api.aamos.ai/v1/vims/analyze \
-H "Authorization: Bearer ak_live_xxxx" \
-H "Content-Type: multipart/form-data" \
-F "image=@bridge_north.jpg" \
-F "object_id=bridge-e4-north" \
-F "lat=59.3293" \
-F "lng=18.0686"
# Response
{
"object_id": "bridge-e4-north",
"analysis_id": "an_1a2b3c4d",
"change_detected": true,
"change_score": 0.82,
"risk_level": "high",
"detections": [
{ "type": "crack", "confidence": 0.94, "bbox": [...] }
],
"baseline_updated": false
}
curl -X POST https://api.aamos.ai/v1/vims/analyze \
-H "Authorization: Bearer ak_live_xxxx" \
-H "Content-Type: multipart/form-data" \
-F "image=@bridge_north.jpg" \
-F "object_id=bridge-e4-north" \
-F "lat=59.3293" \
-F "lng=18.0686"
# Response
{
"object_id": "bridge-e4-north",
"analysis_id": "an_1a2b3c4d",
"change_detected": true,
"change_score": 0.82,
"risk_level": "high",
"detections": [
{ "type": "crack", "confidence": 0.94, "bbox": [...] }
],
"baseline_updated": false
}
Pricing
Start free. Scale as you need.
Free
$0 /mo
100 API calls per month
- 100 image analyses / month
- Change detection
- Risk classification
- Community support
Starter
$99 /mo
10,000 API calls per month
- 10,000 image analyses / month
- Baseline management
- Webhook alerts
- Email support
- 99.5% SLA
Pro
$499 /mo
100,000 API calls per month
- 100,000 image analyses / month
- Custom object models
- Priority support
- 99.9% SLA
- Audit logs