GET /api/status
Canonical runtime snapshot for UI reconciliation.
Integration
Complete per-endpoint API pages for the OpenHaldex controller firmware, with parse and error behavior details for robust AWD integrations.
GET /api/statusCanonical runtime snapshot for UI reconciliation.
POST /api/modeSet runtime mode with alias parsing and capture safety guard.
POST /api/settingsMain mutator for controller, mappings, generation, logging, thresholds.
GET /api/mapReturns active in-memory map bins and lock table.
POST /api/mapReplaces active map bins and lock table.
GET /api/curve/speedReturns current curve points for mode endpoint.
POST /api/curve/speedStores SPEED curve points.
GET /api/curve/throttleReturns current curve points for mode endpoint.
POST /api/curve/throttleStores THROTTLE curve points.
GET /api/curve/rpmReturns current curve points for mode endpoint.
POST /api/curve/rpmStores RPM curve points.
GET /api/mapsLists current map and available map files.
POST /api/maps/loadLoads selected map file into active map.
POST /api/maps/saveSaves active map under /maps with sanitized name.
POST /api/maps/deleteDeletes map file if allowed by backend checks.
GET /api/wifiReturns STA SSID, STA enable, AP password set flag.
POST /api/wifiUpdates STA creds/enable and AP password.
GET /api/networkReturns live AP/STA connectivity and IPs.
GET /api/updateReturns OTA check/install status and progress fields.
POST /api/update/checkTriggers check and returns same schema as /api/update.
POST /api/update/installStarts OTA install workflow.
GET /api/canviewReturns decoded/raw CAN rows with optional limits and bus filter.
GET /api/canview/dumpReturns tab-delimited dump text as attachment.
GET /api/canview/captureReturns capture mode state and related control flags.
POST /api/canview/captureEnable safe capture state or restore previous state.
GET /api/logsLists log files across all/can/error scopes.
GET /api/logs/readReads one log file as text with optional max-byte tail.
POST /api/logs/deleteDeletes one log file by path.
POST /api/logs/clearClears selected log scope.
Preview the real OpenHaldex firmware UI in your browser with simulated live CAN traffic and interactive pages for tuning, diagnostics, logs, setup, and OTA workflows.