TextModeration

Detect profanity and match against custom and shared blacklists

Detects profanity in more than 100 languages and match against custom and shared blacklists.

post/contentmoderator/moderate/v1.0/ProcessText/Screen/

Query parameters

languagestring

Language of the text.

autocorrectboolean

Autocorrect text.

PIIboolean

Detect personal identifiable information.

listIdstring

The list Id.

classifyboolean

Classify input.

Headers

Content-Type'text/plain' | 'text/html' | 'text/xml' | 'text/markdown' required

The content type.

Response

Status 200

OriginalTextstring

The original text.

NormalizedTextstring

The normalized text.

AutoCorrectedTextstring

The autocorrected text

Misrepresentationstring[]

The misrepresentation text.

Languagestring

Language of the input text content.

TrackingIdstring

Unique Content Moderator transaction Id.

Changes