Back to catalog
๐Ÿ“

Watson Natural Language Understanding

OAuth

Natural language processing for advanced text analysis

๐Ÿ“Text AnalysisHTTPS

Watson Natural Language Understanding

NLU Analysis Result

LanguageEn
SentimentPositive
Sentiment Score0.87
Top EntityIBM Watson
Top CategoryTechnology

Sample Response

response.json
1{
2 "language": "en",
3 "sentiment": "positive",
4 "sentiment_score": 0.87,
5 "top_entity": "IBM Watson",
6 "top_category": "Technology"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://cloud.ibm.com/apidocs/natural-language-understanding/natural-language-understanding" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs