Secure your website with our CAPTCHA service
Don't have an account? Create Account
Already have an account? Sign In
Add new websites and manage your CAPTCHA protection settings
1. Add your website details
2. Generate CAPTCHA code
3. Copy & paste into your site
const { captcha_id } = window.CaptchaService.getCaptchaData();
const user_input = document.getElementById("captcha-input").value;
Before submitting your form, send the CAPTCHA data to our verification API:
POST https://svcap.svinfotechsoftwaresolutions.com/verify-captcha
Headers:
Content-Type: application/json
x-api-key: YOUR_API_KEY
Body:
{
"captcha_id": "CAPTCHA_ID_FROM_WIDGET",
"user_input": "USER_ENTERED_CODE"
}
If response returns {"success": true}, proceed with form submission.
If {"success": false}, ask user to retry CAPTCHA.
API Key:
Website:
📧 Support: support@svcaptchasaas.com
📖 Documentation: docs.svcaptchasaas.com