Download OpenAPI specification:
A simple API to analyze the sentiment of a piece of text.
Analyzes the sentiment of a given text.
The text to be analyzed.
Sentiment analysis successful
Bad request. Text not provided.
Internal server error.
Production server
{"text": "I love this product!"}
{"sentiment": "positive","score": 0.95}