# Moderates the content to ensure that the content text complies with our usage policies. Validates the content text to ensure that it is not one of the following: sexual, hate, violence, self-harm, sexual/minors, hate/threatening, violence/graphic Endpoint: GET /text/moderate Version: 2025-08-18T18:01:56Z Security: api_key ## Query parameters: - `text` (string, required) The text content with UTF-8 text representation ## Response 200 fields (application/json): - `status` (object) response status - `status.success` (boolean) Response status - `status.code` (integer) Response status code - `result` (object) response body - `result.flagged` (boolean) - `result.categories` (object) - `result.categories.sexual` (boolean) - `result.categories.hate` (boolean) - `result.categories.violence` (boolean) - `result.categories.self-harm` (boolean) - `result.categories.sexual/minors` (boolean) - `result.categories.hate/threatening` (boolean) - `result.categories.violence/graphic` (boolean)