BotFlush
EN
中文
FR
ES
Console
EN
English
中文
Français
Español
Console
<script
src
=
"https://challenge.botflush.cc/widget.js"
></script>
BotFlush
(
'captcha-box'
, {
siteKey
:
'YOUR_SITE_KEY'
,
onSuccess
:
function
(
token
) {
}
});
POST
/api/siteverify
{
"secret"
:
"YOUR_SECRET_KEY"
,
"token"
:
"<token from frontend>"
}