Skip to content

RESTful API Overview

SimOne provides HTTP-based RESTful APIs that allow you to control the full simulation workflow through web service interfaces.

Service Module Path Prefix Key Functions
User Login API /api-user/ Login, token acquisition and refresh
Task Service API /api-task/ Scenario library management, task creation, runtime control, test plans
Evaluation Service API /api-evaluation/ Test suite management, evaluation presets, reports and operator queries
Asset Service API /api-asset/ Maps, ego vehicles, algorithms, and case asset management

Service Address

Deployment Default Address
Local (standalone) http://127.0.0.1:30083
Cloud deployment Replace with the corresponding service IP and port

Quick Start

Refer to the Usage Reference Manual for complete Python call examples. Configure the service address and account credentials, then run directly.