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".