Classify text into predefined categories.
| Parameter | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer authentication header |
| Parameter | Type | Required | Description |
|---|---|---|---|
| model | string | No | Classification model identifier. Default: default/not-specified |
| input | array | Yes | Array of text strings to classify |
| raw_scores | boolean | No | Return raw scores instead of normalized probabilities. Default: false |
| priority | string | No | Priority level: high, normal, low. Default: normal |