About this endpoint
What it does
Checks a submitted text string for profanity and returns a response object. The exact response shape is not defined in the output schema, so the endpoint’s success payload should be treated as an object with additional properties.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| text | String | Yes | Text to check. Minimum length 1. |
| language | String | No | Language code for the text. Minimum length 2, maximum length 5. Default: en. |