Text Processing
The Text Processing API provides a suite of lightweight yet powerful tools for cleaning, analyzing, and extracting data from text. It is designed for developers, students, and businesses who need fast and reliable text utilities without the overhead of complex libraries. Available Endpoints: /text/clean – Clean and normalize text by removing unwanted characters, extra spaces, and formatting…
Text Processing endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Text Clean /text/clean |
Clean and normalize text |
| POST |
Extract Emails /text/extract-emails |
Extract Emails from text |
| POST |
Extract URL's /text/extract-urls |
Extract URL's from text |
| POST |
Word Count /text/word-count |
Count number of words within text |
| POST |
Sentiment Analysis /text/sentiment |
Sentimental Analysis based on text |
| POST |
Generate Hash for Text /text/hash |
This endpoint generates cryptographic hashes for a given text string. You can choose a specific hash algorithm (MD5, SHA1, SHA256, SHA512), or generate all of them at once. |
Text Processing pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $25 / month | — |
|
| MEGA | $100 / month | — |
|