Logicnoid Engine API Contract

Claim-traceable evaluation API for GNX HSP partner integration.

POST /v1/logicnoid/evaluate

{
  "partner_id": "ptr_eval_001",
  "device_id": "gnx-hsp-sim-001",
  "session_id": "psn_9f4a",
  "user_profile": { "age": 44, "sex": "undisclosed" },
  "alignment": { "score": 92.0, "axis_deviation_deg": 1.7 },
  "platform": { "unlock_status": "UNLOCKED", "drop_mm": 6.2 },
  "timestamps": {
    "drop_time_ns": 1834200123123000,
    "response_time_ns": 1834200196123000
  },
  "sensor": { "piezo_peak_mv": 72.1, "rms_mv": 2.8, "jitter_ms": 1.3 },
  "license": { "modules": ["DELTA_T", "NRA_BASIC", "LIFESTYLE_GUIDE"] }
}

Response

{
  "delta_t_ms": 73.0,
  "nerve_response_age": 58,
  "activity_index": 89,
  "confidence": 0.91,
  "medical_scope": "non-medical self-awareness and body activity information only",
  "audit_seal": "sha256:...",
  "algorithm_version": "logicnoid-core-0.3.0"
}