Back to catalog
๐Ÿ“

Cloudmersive Natural Language Processing

API Key

Natural language processing and text analysis

๐Ÿ“Text AnalysisHTTPSCORS enabled

NLP Sentiment Analysis

Cloudmersive NLP API

Input TextThe new product launch exceeded all expectations.
SentimentPositive
Sentiment Score0.91
LanguageEn
Word Count8

Sample Response

response.json
1{
2 "input_text": "The new product launch exceeded all expectations.",
3 "sentiment": "Positive",
4 "sentiment_score": 0.91,
5 "language": "en",
6 "word_count": 8
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.cloudmersive.com/nlp-api" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs