Skip to content

Remote Control Service

An intelligent control solution for vehicle remote control and smart mobility. Remotely control all vehicle functions including doors, engine, and interior environment to provide next-generation smart experiences to customers.

Business Value for OEMs

🚗 Smart Mobility Innovation

  • Next-generation Experience: Provide smart car experience through remote control features
  • Maximized Convenience: Remove physical constraints on vehicle access and control
  • Enhanced Safety: Improve safety through remote door control and location finding

💰 New Revenue Models

  • Premium Control: Subscription services for advanced remote control features
  • B2B Solutions: Car rental, sharing, and corporate vehicle management solutions
  • Data-based Services: Customized services based on control pattern analysis

📱 Enhanced Customer Experience

  • Real-time Control: Control vehicle functions anytime, anywhere
  • Intelligent Automation: Automatic control functions based on user patterns
  • **Integrated Management: Manage all vehicle functions in a single app

Sub-modules

OpenAPI Specification

Interactive API Explorer

Use Swagger UI for interactive API testing.

OEM Implementation Considerations

Technical Integration

  • Vehicle CAN Communication: Encrypted communication protocols for secure remote control
  • Real-time Processing: Low-latency network for immediate control response
  • Security System: Multi-factor authentication and access control mechanisms

Service Operations

  • Reliability: Guarantee 99.9% or higher remote control service availability
  • Global Support: Support for various vehicle models and regional communication regulations
  • Monitoring: 24/7 control command logging and anomaly detection

Target Customers

  • Primary Target: Individual customers interested in smart car features
  • Secondary Target: Car rental, sharing, and corporate vehicle management
  • B2B Opportunities: Vehicle management companies, parking services, security solutions

Key Features

  • Remote Door Control: Lock/unlock and status management for all vehicle doors
  • Remote Engine Control: Engine start/stop and status monitoring
  • Remote Interior Environment Control: HVAC system control and temperature settings
  • Remote Location Finding: Easily find vehicle location with horn and lights
  • Remote Body Control: Control body parts like sunroof, trunk, and windows

Common API Specifications

All Remote Control APIs share a common set of headers, response codes, and error formats.

Common Headers

HeaderValueDescription
AuthorizationBearer {token}User authentication token (JWT/OAuth2)
Content-Typeapplication/jsonRequest/Response body format
Acceptapplication/jsonExpected response format

Common Response Codes

Status CodeDescription
200 OKThe request was successful.
201 CreatedThe resource was successfully created (e.g., refresh request).
202 AcceptedThe request was accepted for background processing.
400 Bad RequestInvalid input parameters.
401 UnauthorizedMissing or invalid authentication token.
403 ForbiddenThe user does not have permission for this vehicle.
404 Not FoundThe specified vehicle (VIN) or resource was not found.
429 Too Many RequestsRequest limit exceeded (duplicate request prevention).
500 Internal Server ErrorAn error occurred on the server side.

Error Response Format

json
{
  "code": "ERROR_CODE",
  "message": "Human-readable error message",
  "details": {
    "requestId": "unique-request-id",
    "timestamp": "2026-01-13T14:30:00Z"
  }
}

API Endpoints

Door Control

Lock/unlock and status management for all vehicle doors.

Engine Control

Engine start/stop and status monitoring.

Interior Environment Control

Remotely control vehicle HVAC system and manage preference settings.

Vehicle Location Check

Track and manage vehicle location.

Body Control

Remotely control body parts like sunroof, trunk, and windows.

Sunroof Control

Trunk Control

Window Control

SSE Endpoints (Result Status Updates)

Real-time transmission of status changes until operation completion.

EndpointDescription
/remotecontrol/vehicles/{vin}/climate/updates/streamReal-time updates of interior environment control results
/remotecontrol/vehicles/{vin}/door/updates/streamReal-time updates of door control results
/remotecontrol/vehicles/{vin}/engine/updates/streamReal-time updates of engine control results
/remotecontrol/vehicles/{vin}/location/updates/streamReal-time updates of vehicle location
/remotecontrol/vehicles/{vin}/sunroof/updates/streamReal-time updates of sunroof control results
/remotecontrol/vehicles/{vin}/trunk/updates/streamReal-time updates of trunk control results
/remotecontrol/vehicles/{vin}/window/updates/streamReal-time updates of window control results

Service Integration Value

🔄 Data Integration Synergy

  • Integrated Control Hub: Single control platform integrating all remote control features
  • Control Pattern Analysis: Customized service recommendations through user control pattern analysis
  • Secure Logging: History recording and security detection of all control commands

🚀 Differentiated Competitiveness

  • Unique Control Solution: Integrated remote control platform not offered by competitors
  • Scalability: Easy integration with future additional vehicle control features
  • Global Standard: Standardized API supporting various vehicle models and regional communication regulations

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

Released under the MIT License.