Back to catalog
๐Ÿ“

Semantria

OAuth

Text Analytics with sentiment analysis, categorization & named entity extraction

๐Ÿ“Text AnalysisHTTPS

Semantria Text Analysis

Sentiment and entity extraction result

TextThe new product launch exceeded all expectations this quarter.
SentimentPositive
Sentiment Score0.87
LanguageEnglish
Entities Detected2

Sample Response

response.json
1{
2 "text": "The new product launch exceeded all expectations this quarter.",
3 "sentiment": "positive",
4 "sentiment_score": 0.87,
5 "language": "English",
6 "entities_detected": 2
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://semantria.readme.io/docs" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs