| Property | Value |
|---|---|
| Auth | Required |
| Required scope | Caller must own the score |
| Cost | 5 credits (cheaper than a fresh score; no crawl) |
| Idempotent | No (each call re-runs the calibration) |
Body
| Field | Type | Required | Notes |
|---|---|---|---|
scoreId | string | yes | The score to recalibrate. |
Errors
| Status | Code | When |
|---|---|---|
| 401 | AUTH_REQUIRED | No session. |
| 402 | CREDIT_EXHAUSTED | No credits. |
| 403 | FORBIDDEN | Caller does not own the score. |
| 404 | Score not found | Bad scoreId. |
| 500 | SCORING_FAILED | Recalibration failed. Sentry traced. |