Aylien Text Analysis
信息检索和自然语言 API 的集合
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 文本分析
简介
Aylien 的文本分析 API 提供 NLP——情感、实体、概念和分类——通过 REST。认证是 Application ID + Key 对。
⚠️ 状态(2026-08 实测):
api.aylien.com在本网络无法访问(TLS 连接失败)。这可能反映区域/网络屏蔽——使用前请从你的网络验证。
提供的数据
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" }
注意事项
- 在 aylien.com 注册 → App ID + App Key(邮件发送)。
- 认证:两个请求头——
X-AYLIEN-Text-Analysis-Application-ID和...-Key。 - 端点:
/api/v1/sentiment、/entities、/concepts、/classify。
常见问题
Aylien 免费吗? 免费层带月度积分;更多需要付费。
为什么访问不了? 我们 2026-08 检查遇到 TLS 失败——请从你的网络验证。
认证怎么工作? 两个请求头:Application ID + Key。
文本分析 分类更多
| 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 | ↗ |