Start using our powerful API to protect your website from spam and malicious content.
To use the Defendium API, you first need to obtain an API key. This key will authenticate your requests.
Once you have your API key, you can start making requests to the Defendium API. There are two primary ways to call the API:
GET https://api.defendium.com/check?secret_key=YOUR_KEY&content=buy+viagra+from+https://viagrasite.com
Replace %code YOUR_KEY with your actual API key. This method is suitable for quick checks.
For more complex queries or larger amounts of data, use the POST method:
POST https://api.defendium.com/check
Include the secret key and content in the body of your request.
Remember to keep your API key secure and not expose it in client-side code. Always use server-side calls for interactions with the API.