Content Integrity & Moderation Suite
Automated pipeline for content moderation, profanity filtering, grammar checking, plagiarism detection, text obfuscation, and side-by-side text diffing.
Content Integrity & Moderation Suite endpoints
| Method | Endpoint | Description |
|---|---|---|
| grammar_check | ||
| POST |
/grammar_check /grammar_check |
Examine a text body for grammar, spelling, stylistic, and article errors. Leverages public unauthenticated LanguageTool edge check endpoints with immediate local heuristic… |
| plagiarism_check | ||
| POST |
/plagiarism_check /plagiarism_check |
Evaluate multi-paragraph text payloads for plagiarized content overlaps. Performs shingle signature lookups against a public quote and citation matching matrix. |
| profanity_filter_clean | ||
| POST |
/profanity_filter_clean /profanity_filter_clean |
Purge offensive content and profane phrases from a text payload. Supports custom censorship character replacement parameters and added exclusion vocabularies. |
| text_diff_compare | ||
| POST |
/text_diff_compare /text_diff_compare |
Perform line-by-line diff comparisons between original and modified text strings. Details deletions, insertions, and yields beautiful, styled HTML diff visual mockups. |
| text_obfuscate | ||
| POST |
/text_obfuscate /text_obfuscate |
Obfuscate clear strings into cipher formats. Supports Base64, ROT13, Hex, or customized XOR-key masks. |
| Other endpoints | ||
| POST |
/plagiarism_check /plagiarism_check |
Evaluate multi-paragraph text payloads for plagiarized content overlaps. Performs shingle signature lookups against a public quote and citation matching matrix. |
| POST |
/text_diff_compare /text_diff_compare |
Perform line-by-line diff comparisons between original and modified text strings. Details deletions, insertions, and yields beautiful, styled HTML diff visual mockups. |
| POST |
/profanity_filter_clean /profanity_filter_clean |
Purge offensive content and profane phrases from a text payload. Supports custom censorship character replacement parameters and added exclusion vocabularies. |
| POST |
/text_obfuscate /text_obfuscate |
Obfuscate clear strings into cipher formats. Supports Base64, ROT13, Hex, or customized XOR-key masks. |
| POST |
/grammar_check /grammar_check |
Examine a text body for grammar, spelling, stylistic, and article errors. Leverages public unauthenticated LanguageTool edge check endpoints with immediate local heuristic… |
Content Integrity & Moderation Suite pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $5 / month | 30 / minute |
|
| ULTRA | $10 / month | 60 / minute |
|
| MEGA | $30 / month | 150 / minute |
|