POST http://127.0.0.1:8091/GetAutoInfo

JSON parameters:

{
 "key": "C:\\dpe_001_openvino.annCPU",
 "lprid": "1",
 "features": [
  {
   "left": 1151,
   "top": -2,
   "width": 107,
   "height": 23,
   "image": "....",
 },
..... Any number of frames
  {
   "left": 1145,
   "top": 16,
   "width": 112,
   "height": 25,
   "image": "....",
  }
 ]
}

where 

Single-frame response example:

{
 "results": {
  "color": {
   "error_code": 200,
   "tags": [
    {
     "id": 0,
     "color": "",
     "probability": 1
    }
   ]
  },
  "mmt": {
   "error_code": 200,
   "tags": [
    {
     "id": 0,
     "make": "",
     "model": "",
     "type": "car",
     "probability": 1
    }
   ]
  }
 }
}

where