Skip to content

Child Care Service

A differentiated service solution for vehicle-based child safety management. Through geofencing, speed limiting, and child left-behind detection functions, OEMs can provide proactive safety management value to customers.

Business Value for OEMs

🚗 Vehicle Differentiation Strategy

  • Safety Brand Image: Family-friendly brand positioning with child safety features
  • Premium Service: Advanced safety features differentiated from competing models
  • Customer Loyalty: Strong purchase motivation for family customers with children

💰 New Revenue Models

  • Subscription Services: Monthly/annual child safety monitoring services
  • Data Analysis: Value-added services based on driving pattern analysis
  • Partnerships: B2B service expansion linked with schools and daycare centers

📱 Enhanced Customer Experience

  • Real-time Peace of Mind: 24/7 safety status monitoring through guardian apps
  • Intelligent Alerts: Optimized alert system by situation to minimize unnecessary warnings
  • Easy Setup: Intuitive interface for easy configuration without technical knowledge

Sub-modules

  • Child Alert - Real-time child detection and left-behind alert system
  • Geofencing - Virtual boundary management and location-based alerts
  • Speed Limit - Vehicle speed monitoring and alert system
  • Curfew Limit - Minor driver late-night driving restriction management

OpenAPI Spec

Interactive API Explorer

Use Swagger UI for interactive API testing.

OEM Implementation Considerations

🔧 Technical Integration

  • Vehicle Sensor Integration: Utilize rear seat safety belt, car seat sensors, CAN data
  • Real-time Processing: Low-latency server architecture for immediate alerts
  • Data Security: Compliance with privacy protection laws and location information encryption

📊 Service Operations

  • Scalability: Support for simultaneous monitoring of multiple vehicles
  • Reliability: Guarantee 99.9%+ service availability
  • Global Support: Multi-language and multi-country regulation compliance

🎯 Target Customers

  • Primary Target: Families with children aged 30-40
  • Secondary Target: Child transportation services such as academies and daycare centers
  • B2B Opportunities: Safety features for rental cars and sharing services

Key Features

  • Geofencing: Set virtual boundaries and receive alerts when vehicle enters or exits designated areas
  • Speed Limits: Set speed thresholds and receive alerts when exceeded
  • Child Left-Behind Alerts: Real-time alerts when child detected in vehicle
  • Curfew Limits: Restrict and manage late-night driving for minor drivers

SSE Endpoints (Event Occurrence)

EndpointDescription
/api/v1/childcare/vehicles/:vin/child-alert/eventsChild left-behind detection real-time alerts
/api/v1/childcare/vehicles/:vin/geofence/eventsGeofence entry/exit alerts
/api/v1/childcare/vehicles/:vin/curfew/eventsCurfew violation real-time alerts

Common API Specifications

All Child Care APIs follow these common specifications.

Common Headers

HeaderValueRequiredDescription
AuthorizationBearer {access_token}YesSecurity token for authentication
Content-Typeapplication/jsonYesRequest body format
Acceptapplication/jsonNoResponse body format

Common Response Codes

CodeStatusDescription
200OKRequest processed successfully
201CreatedResource created successfully
204No ContentSuccess, but no content to return
400Bad RequestInvalid request parameters or logic
401UnauthorizedAuthentication failed or token expired
403ForbiddenInsufficient permissions for the resource
404Not FoundRequested resource does not exist
500Internal ErrorUnexpected server-side error

Error Response Format

json
{
  "errorCode": "ERR_INVALID_PARAMETER",
  "message": "The provided VIN is invalid.",
  "timestamp": "2026-04-02T16:46:00Z"
}

API Endpoints

Refer to the Common API Specifications for headers and error codes.

Child Alert Management

Core APIs for child left-behind detection system, providing real-time status monitoring linked with vehicle internal sensors.

Emergency Management

Provides functions to manage and respond to emergency situations related to child safety.

Curfew Limit Policy Management

Provides policy functions to control and manage late-night driving of minor drivers.

Curfew Limit Monitoring

Provides functions to monitor and manage curfew violations and exception situations.

Geofencing Limit Management

Provides location-based safety services through virtual boundary setting and monitoring. Optimized for managing key areas such as schools, academies, and dangerous areas.

Speed Limit Management

Provides proactive safety management functions through speed limits for child protection zones and time-based restrictions.

Vehicle Alert Management

Provides functions to manage various safety-related events occurring in the vehicle.

  • POST /api/v1/childcare/vehicles/:vin/alerts - Transmit vehicle alert events

Service Integration Value

🔄 Data Integration Synergy

  • Comprehensive Safety Report: Driving safety report integrating data from four functions
  • Predictive Analysis: Pre-prediction of dangerous situations based on past data
  • Customized Alerts: Alert system optimized for user patterns

🚀 Differentiated Competitiveness

  • Unique Features: Integrated child safety solution not offered by competitors
  • Scalability: Easy integration with future additional safety functions
  • Global Standards: Standardized API responding to multi-country regulations

For complete API details, refer to the OpenAPI specification in Swagger UI.

Released under the MIT License.