AI UnderwriterAPI reference
Diagnostics
Scorecard chain diagnostics.
Scorecard diagnostics
GET /applications/{id}/scorecard
Diagnostic view of the full scorecard chain: loan product spec, manual signals, computed metrics, rendered sections, diagnosis.
Use this when scorecard boxes are empty or reporting insufficient data. It
reports the first hard break at diagnosis.blocked_at, plus softer notes
such as missing manual signals.
GET
/applications/{id}/scorecardcurl
curl -X GET "https://underwriter.kita.ai/api/v1/applications/{id}/scorecard" \
-H "Authorization: ApiKey $KITA_UW_API_KEY"Path parameters
| Field | Type | Description |
|---|---|---|
idrequired | string | Application UUID or human `app_id`, for example `APP-1042`. |
Response · 200
| Field | Type | Description |
|---|---|---|
data | object |
Errors
| Field | Type | Description |
|---|---|---|
401 | error | Invalid API key. |
404 | error | Not found, or belongs to another organization. |

