API Access

Get Your Keys

You will need to register your account to get API keys in order to access our convenient anti-spam APIs.

Signup for your keys now.

API Static

Checking Spam
98%
Uptime
99%
Latency
20ms

Documentation

Never worry about spam clogging up your website and instead get back to important work.

  • Create an account with your own API keys.
  • Easy to use API for checking spam.
  • Simple methods for providing spam feedback
  • Easily test everything.
  • Keep your website a safe place for legitimate users.
API Access

Fast Spam Checking

How To Use API Keys

GET https://api.defendium.com/check?secret_key=YOUR_KEY&content=buy+viagra+from+https://viagrasite.com
- or -
POST https://api.defendium.com/check
Form Data
secret_key: YOUR_KEY
content: Content here
url: URL that the content was submitted to (such as the forum post URL or profile URL)
ip: IP that submitted the content to you
user_agent: User agent of the browser that submitted the content

Parameters

secret_key (required)
The secret API key associated with your account.

content (required)
The actual content that was submitted to your website, such as a comment or blog post.

content_type
Content type from:

ip
IP Address that submitted the data to you.

url
URL that the content was submitted to (such as the forum post URL or profile URL)

referrer
The content of the HTTP_REFERER header from the user.

author
Name, username, or moniker of the author who submitted the content.

author_email
If the author provided an email, include it with this field.

author_url
If the author has a profile URL, include it here.

languages
Language of your website, in ISO 639-1 format, separated by commas. A site published in both English and German might use “en, de_de”.

charset
Character set of the submitted data, such as "UTF-8" or "ASCII" or "ISO-8859-1".