Back to catalog
๐Ÿ“

Aylien Text Analysis

API Key

A collection of information retrieval and natural language APIs

๐Ÿ“Text AnalysisHTTPS

Aylien Text Analysis

NLP Sentiment & Text Classification

TextThe new product launch was an incredible success beyond all expectations.
SentimentPositive
Confidence0.97
SubjectivitySubjective
LanguageEn

Sample Response

response.json
1{
2 "text": "The new product launch was an incredible success beyond all expectations.",
3 "sentiment": "positive",
4 "confidence": 0.97,
5 "subjectivity": "subjective",
6 "language": "en"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://docs.aylien.com/textapi/#getting-started" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs