Multi-input
Zero Shot Classification
Classify text into candidate labels using the DistilBERT_eco_ZeroShot
model.
POST
Authorizations
Provide your API key as Key your-key-here
in the Authorization
header.
Body
application/json
Labels for classification.
Example:
["positive", "negative"]
Text to classify.
Example:
"Ninja turtles are cool"
Response
200 - application/json
Successful response with classification results.
Classification results.