POST
/
v1
/
ai
/
spamcheck

Body

text
string
required

The text to check for spam.

x-api-key
string
required

Your 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