Google Cloud Natural
Natural language understanding technology, including sentiment, entity and syntax analysis
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Text Analysis
- Documentation / URL
- https://cloud.google.com/natural-language/docs/
Overview
Google Cloud Natural Language provides NLU — key-based (requests need a real GCP key; a bogus one returns 404, verified).
Quick Start
Requires a valid GCP API key:
curl -X POST "https://language.googleapis.com/v1/documents:analyzeSentiment?key=YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"document":{"type":"PLAIN_TEXT","content":"I love this!"}}'
Authentication
- Google Cloud project + API key (or service account).
- Bogus key → 404 (verified).
Rate Limits & Notes
- Google Cloud pricing (check the docs).
- Sentiment, entities, syntax.
FAQ
Is Google Cloud Natural free? Free tier on Google Cloud; usage-based after.
Why 404? A bogus key returns 404 (verified) — use a real GCP key.
What’s the auth style? GCP API key / service account.
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 | ↗ |
| 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 | ↗ |