Text Embeddings Inference
Get Predictions. Returns a 424 status code if the model is not a Sequence Classification model
post/predict
Request body
Response
Predictions
Example response
[
{
"label": "admiration"
}
]Predictions
[
{
"label": "admiration"
}
]