Text Processing API
📝 A powerful API for advanced text processing, offering sentiment analysis, lemmatization, part-of-speech (POS) tagging, chunking, and named entity recognition (NER). It's ideal for NLP applications, text analysis, and automation workflows
Text Processing API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Sentiment Analysis /sentiment |
Analyze text for polarity (positive/negative) and subjectivity |
| POST |
Lemmatize /lemmatize |
Reduce words to their base forms (e.g., "running" → "run"). |
| POST |
part-of-speech /pos_chunk |
part-of-speech (POS) tagging, chunking |
| POST |
named entity recognition /phrase_ner |
Extract entities like names, organizations, and locations. |
Text Processing API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA | $27 / month | — |
|
| MEGA | $72 / month | — |
|