AI-powered spam detection
for your forms.
Edge Guard analyzes form submissions in real time and tells you whether they're spam — before they reach your inbox or database.
Step 1
Send your form data
POST the form name and field values to the /api/analyze endpoint.
Step 2
AI analyses the submission
Our model evaluates the content for spam signals and assigns a confidence score.
Step 3
Get a clear verdict
Receive a JSON response with spam, confidence, and reason.
Example response
{
"spam": true,
"confidence": 0.95,
"reason": "Message contains promotional links and generic sales language."
}