Vision AI

VIMS API

Visual intelligence for infrastructure. Detect changes before they become problems.

Get API key — free tier included
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
}
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
Get started
Pro
$499 /mo
100,000 API calls per month
  • 100,000 image analyses / month
  • Custom object models
  • Priority support
  • 99.9% SLA
  • Audit logs
Get started

Ready to integrate VIMS?

Start with the free tier. No credit card required.

Get API key