Aylien Text Analysis
A collection of information retrieval and natural language APIs
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Text Analysis
- Documentation / URL
- https://docs.aylien.com/textapi/#getting-started
Overview
Aylien’s Text Analysis API provides NLP — sentiment, entities, concepts, and classification — via REST. Auth is an Application ID + Key pair.
⚠️ Status (verified 2026-08):
api.aylien.comwas unreachable from our network (TLS connection failures). This may reflect regional/network blocking — verify from your network before relying on it.
What it provides
curl "https://api.aylien.com/api/v1/sentiment" \
-H "X-AYLIEN-Text-Analysis-Application-Key: YOUR_KEY" \
-H "X-AYLIEN-Text-Analysis-Application-ID: YOUR_ID" \
-d "text=I love this product"
{ "polarity": "positive", "polarity_confidence": 0.99, "subjectivity": "subjective" }
Notes
- Register at aylien.com → App ID + App Key (emailed).
- Auth: two headers —
X-AYLIEN-Text-Analysis-Application-IDand...-Key. - Endpoints:
/api/v1/sentiment,/entities,/concepts,/classify.
FAQ
Is Aylien free? Free tier with monthly credits; more is paid.
Why can’t I reach it? Our 2026-08 check hit TLS failures — verify from your network.
How does auth work? Two headers: Application ID + Key.
More in Text Analysis
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| apilayer languagelayer Language Detection JSON API supporting 173 languages | OAuth | Yes | Unknown | ↗ |
| Audexum Text-to-speech REST API with 43 voices and 33 languages | API Key | Yes | Yes | ↗ |
| Cloudmersive Natural Language Processing Natural language processing and text analysis | API Key | Yes | Yes | ↗ |
| Code Detection Detect, label, format and enrich the code in your app or in your data pipeline | OAuth | Yes | Unknown | ↗ |
| Detect Language Detects text language | API Key | Yes | Unknown | ↗ |