Cloudmersive Natural Language Processing
Natural language processing and text analysis
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Yes
- Category
- Text Analysis
- Documentation / URL
- https://www.cloudmersive.com/nlp-api
Overview
Cloudmersive NLP provides language APIs — sentiment, extraction, and POS tagging — with a free tier. Auth is an API key.
Note (verified 2026-08): our test POST to a docs-path endpoint returned 404 (endpoint paths vary — verify the current API reference). The service requires a key.
Quick Start
The APIs are grouped (endpoints vary by operation — see the Cloudmersive API reference):
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" }
Authentication
- Register at cloudmersive.com → free API key (in the dashboard).
- Send it as the
Apikeyheader.
Rate Limits & Notes
- Free tier: 800 calls/month across their API suite (check the dashboard); paid plans scale.
- Modules: sentiment, language detection, POS tagging, entity extraction, spell check, and more.
- All inputs are JSON POSTs; most return JSON.
FAQ
Is Cloudmersive NLP free? Free tier: 800 calls/month; more is paid.
How do I get a key? cloudmersive.com → dashboard → API key.
What’s the auth style?
Apikey header.
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 | ↗ |
| Aylien Text Analysis A collection of information retrieval and natural language APIs | API Key | Yes | Unknown | ↗ |
| 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 | ↗ |