Skip to main content
POST
/
ml
/
projects
/
{id}
/
models
/
conclude-ab-test
Conclude A/B Test
curl --request POST \
  --url https://acusight.io/api/ml/projects/{id}/models/conclude-ab-test \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": "<unknown>",
  "error": {
    "code": "<string>",
    "details": "<string>",
    "message": "<string>"
  },
  "meta": {
    "count": 123,
    "limit": 123,
    "offset": 123,
    "total": 123
  },
  "success": true
}

Authorizations

Authorization
string
header
required

JWT access token. Paste the token only; the Bearer prefix is added automatically.

Path Parameters

id
integer
required

Project ID

Body

application/json

Winner selection

winner
enum<string>
required

Which model won

Available options:
champion,
challenger

Response

501 - application/json

Not yet implemented

data
any
error
object
meta
object
success
boolean