AI Text Analysis Suite
Sentiment analysis, language detection (50+ languages), keyword extraction, text similarity, and profanity filtering with censoring. Fast, accurate, zero latency.
AI Text Analysis Suite endpoints
| Method | Endpoint | Description |
|---|---|---|
| default | ||
| POST |
compareTextSimilarity /api/v1/ai/similarity |
Compare two texts and get a similarity score using multiple algorithms: cosine similarity, Jaccard similarity, and Levenshtein distance. **Returns:** overall similarity (0-1),… |
| POST |
detectLanguage /api/v1/ai/language/detect |
Detect the language of any text. Supports 50+ languages including English, Spanish, French, German, Portuguese, Italian, Dutch, Russian, Chinese, Japanese, Korean, Arabic, Hindi,… |
| POST |
profanityFilter /api/v1/ai/profanity |
Detect and optionally censor profanity in text. Identifies profane words with severity levels (low/medium/high) and returns a censored version. **Parameters:** - `text` (string,… |
| POST |
sentimentAnalysis /api/v1/ai/sentiment |
Analyze the sentiment of any text. Returns a score from -1 (very negative) to 1 (very positive), with individual word scores, confidence level, and positive/negative word counts.… |
| POST |
extractKeywords /api/v1/ai/keywords |
Extract the most important keywords and key phrases from text using TF-IDF scoring. Also extracts two-word phrases (bigrams). **Parameters:** - `text` (string, required) — Text… |
AI Text Analysis Suite pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | — |
|
| ULTRA | $10 / month | — |
|
| MEGA | $19.99 / month | — |
|