v1

latestSwagger 2.02026-07-17338.0 KB

Run web service's model and get the prediction output

post/score

Request body

Example request

{
  "data": [
    {
      "type": 1,
      "amount": 100,
      "oldbalanceOrg": 1000,
      "newbalanceOrig": 900,
      "oldbalanceDest": 0,
      "newbalanceDest": 0,
      "hour": 1,
      "dayOfMonth": 1,
      "isMerchantDest": 1,
      "errorBalanceOrig": 0,
      "errorBalanceDest": 900
    }
  ]
}

Response

The service processed the input correctly and provided a result prediction, if applicable.

integer[] required

Example response

[
  0
]