Intelligence That
Drives Performance
Harness the power of artificial intelligence and machine learning to transform raw telematics data into actionable insights. Automate workflows, predict maintenance needs, and optimise fleet operations with ACM Track's AI platform.
// Real-time vehicle location
const response = await fetch(
'https://api.acmtrack.co.za/v1/vehicles/locate',
{
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
}
}
);
const data = await response.json();
// Returns AI-enriched location data
// predictedETA · routeScore · driverScoreResponse
{
"vehicle_id": "VH-12345",
"location": {
"lat": -26.1076, "lng": 28.0567,
"address": "Sandton, Johannesburg"
},
"speed": 65,
"ai_insights": {
"predicted_eta": "2025-04-25T15:30:00Z",
"route_efficiency": 92,
"driver_score": 87
}
}Machine Learning
AI-Powered Features
Models trained on millions of kilometres of driving data
Predictive Maintenance
AI models analyse engine diagnostics, driving patterns, and historical data to predict maintenance needs before breakdowns occur.
- Battery health prediction
- Brake wear forecasting
- Service interval optimisation
Smart Route Optimisation
Machine learning algorithms calculate optimal routes based on real-time traffic, historical patterns, delivery windows, and fuel efficiency.
- Dynamic re-routing
- Multi-stop optimisation
- Traffic prediction models
Driver Behaviour Analysis
AI-powered driver scoring models identify risky behaviours, coaching opportunities, and recognise safe driving patterns for rewards programmes.
- Risk scoring algorithms
- Anomaly detection
- Personalised coaching insights
Intelligent Alerts
Context-aware alerting that learns your fleet's normal patterns and only notifies you of genuinely anomalous events — reducing alert fatigue.
- Adaptive thresholds
- Priority scoring
- False positive suppression
Fuel Consumption Prediction
ML models predict expected fuel usage based on route, load, weather, and driver behaviour — flagging unusual consumption patterns automatically.
- Consumption forecasting
- Fuel theft detection
- Efficiency benchmarking
Video Analytics (MDVR)
AI-powered video analysis detects distracted driving, drowsiness, phone usage, and unsafe behaviours in real-time from camera feeds.
- Facial recognition (DMS)
- ADAS collision warnings
- Event-based recording
Build on ACM Track's Platform
RESTful API with comprehensive endpoints for vehicle tracking, fleet management, camera access, and AI-powered analytics.
Platform Features
RESTful Architecture
Standard HTTP methods, JSON responses, predictable resource-oriented URLs
API Key Authentication
Secure bearer token authentication with role-based access control
Webhooks & Real-Time Updates
Subscribe to events and receive instant notifications via webhooks or WebSockets
Comprehensive Documentation
Interactive API docs with code examples in multiple languages
Rate Limiting & Quotas
Fair usage policies with scalable tiers for enterprise needs
const ACMTrack = require('acm-track-api');
const client = new ACMTrack({
apiKey: process.env.ACM_API_KEY
});
// Get real-time vehicle location
const vehicle = await client.vehicles.get('VH-12345');
console.log({
registration: vehicle.registration,
location: {
lat: vehicle.location.latitude,
lng: vehicle.location.longitude,
},
speed: vehicle.speed,
ai_insights: {
eta: vehicle.predictedETA,
route_efficiency: vehicle.routeScore,
driver_score: vehicle.driverScore,
}
});API Endpoints
/v1/vehicles
List all vehicles in your fleet with real-time status
/v1/alerts/create
Create custom geofence, speed, or behavioural alerts
/v1/trips/history
Retrieve historical trip data with AI-enriched insights
/v1/analytics/driver
AI-powered driver behaviour analytics and scoring
/v1/camera/footage
Access MDVR camera feeds and event recordings
/v1/commands/send
Send remote commands to vehicles (immobilise, unlock)
What You Can Build
Custom Fleet Dashboards
Build branded dashboards for your customers with white-label API integration. Display real-time tracking, analytics, and reports in your own application.
Mobile Fleet Apps
Develop iOS and Android apps for drivers and fleet managers. Access real-time location, trip logs, and AI-powered coaching through our mobile-optimised API.
Data Warehouse Integration
Stream telematics data into your data warehouse for advanced analytics, custom reporting, and ML model training. Supports batch and real-time exports.
Automated Workflows
Trigger automated actions based on vehicle events. Send SMS/email alerts, update CRM systems, create support tickets, or dispatch services automatically.
Integrate with Your Stack
ACM Track API works seamlessly with popular platforms and tools
API Access Plans
Flexible pricing for developers, startups, and enterprises
Developer
Perfect for testing and development
- 1,000 API calls/month
- 5 vehicles max
- Community support
- Documentation access
Business
/month · for growing businesses
- 100,000 API calls/month
- 100 vehicles
- Email support (24 hr SLA)
- Webhook notifications
- AI insights included
Enterprise
For large fleets and custom needs
- Unlimited API calls
- Unlimited vehicles
- Dedicated support team
- 99.9% uptime SLA
- Custom AI models
- On-premise deployment option
Start Building Today
Get API access in minutes. No credit card required for the developer tier.