FormGuard API
## FormGuard API Protect forms before bad data reaches your CRM, email list, or database. **What you can do:** - Validate email addresses — syntax, disposable domains, role-based, typo detection - Validate phone numbers — E.164 format, country detection, line type - Analyze full form submissions — multi-signal risk scoring with allow/review/block decision - Detect bots via honeypot field - Run…
FormGuard API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
batchValidate /batch/validate |
Validate multiple form submissions in a single request. Returns per-submission decisions and a summary. Plan limits — ULTRA 50 submissions, MEGA 200 submissions. Requires ULTRA… |
| POST |
validatePhone /validate/phone |
Validate phone number format using libphonenumber. Returns E.164 format, national format, detected country, and line type. Available on all plans. |
| POST |
validateEmail /validate/email |
Check email syntax, detect disposable domains, role-based addresses, typo domains, and suspicious TLDs. Available on all plans. |
| GET |
healthCheck /health |
|
| POST |
validateForm /validate/form |
Analyze a complete form submission across all signals — email quality, phone validity, name anomalies, message spam patterns, honeypot, and IP/country checks. Returns a risk… |