freeapis

Cloudmersive Natural Language Processing

自然语言处理和文本分析

认证方式
API Key
HTTPS
Yes
CORS
Yes

简介

Cloudmersive NLP 提供语言 API——情感、抽取和词性标注——带免费层。认证是 API 密钥。

注(2026-08 实测):我们测试 POST 到文档路径的端点返回 404(端点路径各异——请核对当前 API 参考)。服务需要密钥。

快速开始

API 分组(端点因操作而异——见 Cloudmersive API 参考):

curl -X POST "https://api.cloudmersive.com/nlp/v1/sentiment" \
  -H "Apikey: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text": "I love this product!"}'
{ "sentiment_score": 0.8, "sentiment_classification_result": "Positive" }

认证方式

  • 在 cloudmersive.com 注册 → 免费 API 密钥(在控制台)。
  • 通过 Apikey 请求头携带。

速率限制与注意事项

  • 免费层:整个 API 套件 800 次/月(看控制台);付费档可扩展。
  • 模块:情感、语言检测、词性标注、实体抽取、拼写检查等。
  • 所有输入是 JSON POST;多数返回 JSON。

常见问题

Cloudmersive NLP 免费吗? 免费层:800 次/月;更多需要付费。

如何获取密钥? cloudmersive.com → 控制台 → API 密钥。

认证风格是什么? Apikey 请求头。

文本分析 分类更多

APIAuthHTTPSCORS
apilayer languagelayer

Language Detection JSON API supporting 173 languages

OAuthYesUnknown
Audexum

Text-to-speech REST API with 43 voices and 33 languages

API KeyYesYes
Aylien Text Analysis

A collection of information retrieval and natural language APIs

API KeyYesUnknown
Code Detection

Detect, label, format and enrich the code in your app or in your data pipeline

OAuthYesUnknown
Detect Language

Detects text language

API KeyYesUnknown