---
title: "Classify a scorecard transcript"
method: POST
path: "/api/v1/scorecard-classifier/classify"
tags: ["scorecard-classifier"]
---

# Classify a scorecard transcript

`POST /api/v1/scorecard-classifier/classify`

## Request body

- ScorecardClassifierClassifyRequestDTO
  - `transcript` string, required — The call transcript to classify against available scorecards

## Response `201`

- ScorecardClassifierClassifyResponseDTO
  - `alternativeScorecards` object[], required — Up to 5 alternative scorecards with their confidence scores
    - `confidence` number, required — Confidence score for this alternative
    - `scorecardId` string, required — The ID of an alternative scorecard
  - `classificationReasoning` string, required — Explanation of why this scorecard was selected
  - `confidence` number, required — Confidence score between 0 and 1 for the selected scorecard
  - `selectedScorecardId` string, required — The ID of the scorecard best matching the transcript

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
