MTS Driver Safety Score API
The MITs Driver Safety Score API provides real-time insights into driver behavior by analyzing data such as speed, braking patterns, lane shifts, and fatigue indicators. Ideal for fleet managers, insurance providers, and transportation companies, this API calculates a driver safety score to assess risk, improve safety, and optimize performance across your fleet.
#### Key Features:
- **Real-Time Scoring**: Get instant feedback on driver behavior with a comprehensive safety score.
- **Customizable Metrics**: Integrates seamlessly with data from speed, braking, lane changes, and fatigue sensors.
- **Scalable**: Perfect for individual use or fleets of up to 8 vehicles. Additional support available for larger fleets.
#### API Endpoints:
- **Driver Safety Score Calculation**: `/safety/driver_score`
- **Request Method**: POST
- **Parameters**:
- `speed` (required) - Driver’s speed data
- `braking` (required) - Frequency of braking
- `lane_changes` (optional) - Number of lane changes (default: 5)
- `fatigue` (optional) - Boolean indicating driver fatigue (true/false)
- **Sample Request**:
```json
{
"speed": 70,
"braking": 15,
"lane_changes": 7,
"fatigue": true
}
```
- **Sample Response**:
```json
{
"driver_safety_score": 78
}
```
#### Pricing and Support Options:
- **Subscription Price**: $150/month for fleets of up to 8 vehicles. Additional vehicles can be added at $20 each per month.
- **Monthly Troubleshooting**: $30 for up to 4 support sessions each month.
- **Automatic Updates & New Features**: $50/month for regular updates and access to new features as they are released.
#### Usage Scenarios:
1. **Fleet Safety Monitoring**: Use this API to monitor and improve driver behavior across your fleet, reducing accident risk and improving overall safety.
2. **Insurance Risk Assessment**: Insurance providers can assess driver risk profiles based on real-time data, helping adjust premiums based on safe driving habits.
#### How It Works:
1. **Integrate** the API into your application using the provided endpoint.
2. **Send driving data** through a simple JSON request.
3. **Receive a driver safety score** instantly, allowing you to monitor and improve safety practices.
*For additional support or customization, contact us for enterprise solutions tailored to your fleet's unique needs.*
corezjacksonn@gmail.com