Text Classifier API: Multi-Label, Calibrated Scores
**Text Classifier API** is a zero-shot classifier you can use without training. Send any text plus a list of candidate labels. Get back calibrated probabilities for each label and the top match. - **Zero-shot**: no training, no fine-tuning, no labelled dataset required. - **Multi-label support**: flip `multi_label: true` for tasks where more than one label can apply. - **Calibrated scores**:…
Text Classifier API: Multi-Label, Calibrated Scores endpoints
| Method | Endpoint | Description |
|---|---|---|
| Text utilities | ||
| POST |
classifyText /v1/classify |
Given a text and a set of candidate labels, returns calibrated scores for each label and the top match. Set `multi_label: true` for tasks where multiple labels can apply… |
Text Classifier API: Multi-Label, Calibrated Scores pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $8 / month | — |
|
| ULTRA | $25 / month | — |
|