About this endpoint
What it does
Checks the submitted text for profanity and returns a response object whose detailed shape is not defined in the schema. The request body accepts the text to check and an optional language code.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| text | String | Yes | Text to analyze. Minimum length: 1. |
| language | String | No | Language code for the text. Default: en. Length must be between 2 and 5 characters. |