v4.5.0
·
19 commits
to master
since this release
This release contains our new Text Moderation Scanning feature, which provides real-time content moderation capabilities to help you maintain safe and appropriate content across your platform. The API automatically scans and flags potentially harmful content across multiple categories, enabling you to protect your users and uphold community standards.
Usage Example:
Check example.py file for example on sending request to the Text Moderation API and working with the relevant models.
Key Files and Models:
- TextModerationClient.py
- CopyleaksTextModerationRequestModel.py(for sending requests to the Text Moderation API)
- CopyleaksTextModerationResponseModel.py(for deserializing API responses)
Helper Models for the main response model:
- TextModerationsLegend.py
- TextModerationScannedDocument.py
- TextModerationChars.py
- Text.py
- ModerationsModel.py