Available modules
Two modules. Production-ready today.
Incident Management
Incident API
Structured incident lifecycle management — from detection to resolution. Full API with webhook events, priority queuing, assignment, and audit trail.
- Create and track incidents
- Priority levels + SLA timers
- Assignment and ownership
- Status transitions + webhooks
- Comment threads
- Full audit log
- Integrates with any ticketing system
- REST + webhook delivery
# Create an incident
curl -X POST https://api.aamos.ai/v1/incident/incidents \
-H "Authorization: Bearer ***" \
-d '{
"title": "Water leak detected — Block 4B",
"priority": "high",
"source": "vims-api",
"assignee_group": "maintenance-east"
}'
{ "incident_id": "inc_7f3a9b", "status": "open", "sla_deadline": "..." }
curl -X POST https://api.aamos.ai/v1/incident/incidents \
-H "Authorization: Bearer ***" \
-d '{
"title": "Water leak detected — Block 4B",
"priority": "high",
"source": "vims-api",
"assignee_group": "maintenance-east"
}'
{ "incident_id": "inc_7f3a9b", "status": "open", "sla_deadline": "..." }
Vision AI
AI Image Deviation Engine
Submit any image against a stored baseline — get back a structured deviation report. Pixel-level and semantic analysis. Designed for quality control, inspection workflows, and asset monitoring.
- Baseline storage per asset ID
- Deviation score (0–1)
- Semantic change classification
- Region-of-interest masks
- Batch processing
- Confidence thresholds
- Works on any image type
- Integrates with VIMS API
# Compare image to stored baseline
curl -X POST https://api.aamos.ai/v1/deviation/compare \
-H "Authorization: Bearer ***" \
-F "image=@current.jpg" \
-F "asset_id=warehouse-roof-7"
{
"asset_id": "warehouse-roof-7",
"deviation_score": 0.63,
"change_type": "structural",
"regions": [{ "label": "crack", "area_pct": 4.2 }],
"recommend_action": "schedule_inspection"
}
curl -X POST https://api.aamos.ai/v1/deviation/compare \
-H "Authorization: Bearer ***" \
-F "image=@current.jpg" \
-F "asset_id=warehouse-roof-7"
{
"asset_id": "warehouse-roof-7",
"deviation_score": 0.63,
"change_type": "structural",
"regions": [{ "label": "crack", "area_pct": 4.2 }],
"recommend_action": "schedule_inspection"
}
Pricing
One plan. Both modules included.
Starter
$199 /mo
Both modules included
- 500 incidents / month
- 1,000 deviation analyses / month
- Webhook events
- Email support
Pro
$799 /mo
High volume + SLA
- Unlimited incidents
- 50,000 deviation analyses / month
- Custom asset models
- Priority support
- 99.9% SLA
- Audit export
Enterprise
Custom
Volume + dedicated infra
- Unlimited everything
- On-premise option
- Custom model training
- SLA to 99.99%
- Dedicated account manager