Custom Text Classification (zero-shot)
classify_text_customZero-shot text classification — define your labels at call time. No training, no data upload.
Brainiall Custom Classifier engine. Returns {top_label, scores, confidence}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Input text | |
| labels | Yes | Your candidate labels (2-20 of them) | |
| multi_label | No | If True, multiple labels can apply |