TextClean API
TextClean API is a fast, lightweight text processing service that handles the three most common text cleanup tasks in one simple API. ## What it does **POST /clean** — Strips HTML tags, normalizes unicode, removes extra whitespace, and optionally removes emoji. Perfect for cleaning user-generated content, scraped web text, or messy inputs before storing or displaying. **POST /summarize** —…
TextClean API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Clean Text /clean |
Strips HTML tags, normalizes unicode, and cleans whitespace from input text. Optionally removes emoji. |
| POST |
Summarize Text /summarize |
Extracts the most important sentences from long text and returns a compressed summary. |
| POST |
Analyze Text /analyze |
Returns language detection, sentiment analysis, readability level, profanity check, and text statistics in a single call. |
TextClean API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9 / month | — |
|
| ULTRA | $29 / month | — |
|