CleanText Pro – Advanced Text Cleaner API
CleanText Pro is a powerful and flexible REST API designed to clean and normalize raw text before using it in NLP pipelines, AI models, SEO systems, web scraping, data analysis, or any text-processing workflow. 🧼 What the API Does: - Removes **HTML tags** (``, ``, ``, etc.) - Decodes **HTML entities** (`&` → `&`) - Removes **URLs** (`https://...`, `www...`) - Removes **emojis** and most…
CleanText Pro – Advanced Text Cleaner API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
POST /clean — Summary /clean |
This endpoint cleans and normalizes raw text based on flexible parameters. You can remove HTML tags, URLs, emojis, markdown, punctuation, numbers, normalize whitespace, transform… |
| GET |
GET / / |
Returns basic information about the API, including its name, version, and documentation link. |
| GET |
GET /health /health |
Returns the operational status of the API. Used for monitoring, uptime checks and diagnostics. |
| GET |
GET /clean /clean |
Cleans and normalizes text using query parameters. Recommended for quick testing or small integrations. For production usage, prefer POST /clean. |
CleanText Pro – Advanced Text Cleaner API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $15 / month | — |
|
| MEGA | $49 / month | — |
|