v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-0318386446.4 KB

Enqueue Prediction Confidence

Idempotent: ensure a confidence score exists for prediction_id.

  • 404 if the prediction is unknown to both Redis and ClickHouse.
  • 200 completed if ClickHouse already has a confidence value.
  • 202 queued otherwise (newly enqueued or already in flight).
post/api/v1/arbiters/predictions/{prediction_id}/confidence

Path parameters

prediction_idstring required

Headers

authorizationstring nullable

Cookies

modaic_sessionstring nullable

Response

Successful Response

status'queued' | 'completed' | 'failed' required
prediction_idstring required
scorenumber nullable
errorstring nullable