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}/scorecard

curl

curl -X GET "https://underwriter.kita.ai/api/v1/applications/{id}/scorecard" \
  -H "Authorization: ApiKey $KITA_UW_API_KEY"

Path parameters

FieldTypeDescription
idrequiredstringApplication UUID or human `app_id`, for example `APP-1042`.

Response · 200

FieldTypeDescription
dataobject

Errors

FieldTypeDescription
401errorInvalid API key.
404errorNot found, or belongs to another organization.

On this page