{
  "status": "running",
  "engine_ready": true,
  "last_error": null,
  "time": "2026/4/12 07:46:10",
  "config": {
    "path": "/root/.xiaoi/config.json",
    "speaker": {
      "userId": "****1611",
      "did": "小爱音箱Pro"
    },
    "webhook": {
      "port": 3088,
      "host": "localhost",
      "logFile": "log/webhook.log",
      "token_set": true,
      "token_hint": "****894bdcee"
    }
  },
  "endpoints": {
    "POST /webhook/tts": "body: { text: '要说的话' }",
    "POST /webhook/audio": "body: { url: 'https://example.com/audio.mp3' }",
    "POST /webhook/volume": "body: { volume: 50 } (0-100)",
    "POST /webhook/command": "body: { siid: 3, aiid: 1, params: [] }"
  }
}