TextAPI
A text extraction, manipulation, and analysis api. Putting the power of natural language processing (nlp) in every developers hands.
TextAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Extract Text [From Webpage] /text |
Extract text from the webpage linked with the url query parameter. |
| POST |
Display Entities (POST) /ner/display |
Renders the extracted entity types on submitted text or spans defined manually. |
| POST |
Extract Text [From Webpage] (POST) /text |
Extract text from the webpage linked with the url query parameter. |
| POST |
Sentiment (POST) /sentiment |
Get the sentiment of submitted text using VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned… |
| GET |
Sentiment /sentiment |
Get the sentiment of submitted text using VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned… |
| POST |
Extract Entities (POST) /ner |
Extracts named entities from text. |
| GET |
Extract Entities /ner |
Extracts named entities from text. |
| GET |
Display Entities /ner/display |
Renders the extracted entity types on submitted text or spans defined manually. |
TextAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA | $25 / month | — |
|
| MEGA | $80 / month | — |
|