# Check for profane words **POST /check** This endpoint checks if the input text contains any profane words in Malayalam or Manglish. ## Servers - https://profanity.abhi.fun/check: https://profanity.abhi.fun/check () ## Parameters ### Body: application/json (object) - **text** (string) ## Responses ### 200 A JSON object containing the result of the profanity check #### Body: application/json (object) - **contains_profanity** (boolean) Indicates whether the input text contains profane words - **profane_words** (array[string]) A list of profane words found in the input text ### 400 Invalid input #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)