Text Classification - Product Review
AI categorizes text content by classifying topics or identifying responsible staff mentioned in the text.
| Header Parameters |
|---|
X-API-Key string — REQUIREDYour API key |
| Request Body — REQUIRED |
|---|
inputs string[]List of sentences |
| Responses | ||||||
|---|---|---|---|---|---|---|
200Return the response of the text classification model API will be a list of JSON where each element is another key-value object that contains its sentence and its predicted probability of each class.
| ||||||
400inputs not founds | Incorrect request body field (inputs) | ||||||
401Unauthorized | Incorrect X-API-Key or X-API-Key not have access to this model |