Validate
Spam Check
Perform spam check analysis on a given text in seconds.
POST
/
v1
/
validate
/
spam_check
Body
text
string | string[]
requiredThe text to check for spam.
Header
x-api-key
string
requiredYour JigsawStack API key
Response
success
boolean
Indicates whether the call was successful.
check
object
is_spam
boolean
default: "true"Indicates whether the text is spam. If the text is not spam, this will be false. Default is true.
score
number
The spam score of the text. Default is 0. The lower the score, the less likely it will be spam
Was this page helpful?