Sentiment Analysis API enables you to analyze sentiment of any text
Natural Language Processing (NLP). Check sentiment from text or document
{ "success": boolean, "score": { "sentimental": float /* NEGATIVE < 0 > POSITIVE */, "comparative": float /* 0: Not comparative , 0+ Comparative detection */, }, "words": { "negative": array, "positive": array, "tokens": array, }, "analysis": object }
{ "success": boolean, "error": text }