Demo trực tiếp & trình tạo mã
Chọn form factor, chọn kiểu thử thách, rồi sao chép đoạn mã chạy được cho stack của bạn.
Xem trực tiếp
float · autoTrình tạo mã
<!-- Add the script and a container -->
<script src="https://cdn.captcha-cdn.net/captchala-loader.js"></script>
<div id="captchala-container"></div>
<script>
loadCaptchala(function () {
Captchala.init({
appKey: 'YOUR_APP_KEY',
product: 'float',
lang: 'vi',
theme: { custom: { brightness: 'light' } }
})
.appendTo('#captchala-container')
.onSuccess(function (res) {
// Send res.token to your backend for server-side validation
console.log('token:', res.token);
});
});
</script>Nhật ký sự kiện SDK (0)
— chưa có sự kiện —