GET
/
v1
/
validate
/
profanity

Query

text
string
required

The text to validate.

censor_replacement
string
default: "*"required

The character to replace profanity with.

x-api-key
string
required

Your JigsawStack API key

Response

success
boolean

Indicates whether the call was successful.

message
string

The message returned by the API.

clean_text
string

The text with profanity replaced by the censor_replacement character.

profanities
array

An array of profanities found in the text.

profanities_found
integer

The number of profanities found in the text.