Multiple spam filtering service
OOPSpam automates spam and fraud detection to protect your business and reduce review time.
import requests
url = "https://api.oopspam.com/api/v1/spam"
headers = {
"Content-Type": "application/json",
"X-Api-Key": "YOUR_API_KEY"
}
data = {
"content": "This is a test spam message."
}
response = requests.post(url, headers=headers, json=data)
print(response.json())Last 50 checks (10 min intervals)