Como escolher o tipo de reCAPTCHA
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Como escolher o tipo de reCAPTCHA Existem quatro tipos de reCAPTCHA para escolher ao criar um novo site.

reCAPTCHA v3
O reCAPTCHA v3 permite verificar se uma interação é legítima sem nenhuma interação do usuário. Ela é uma API JavaScript pura que retorna uma pontuação e permite que você realize ações no contexto do seu site, como a exigência de fatores adicionais de autenticação, o envio de uma postagem para a moderação ou a limitação de bots que podem estar raspando conteúdo.
reCAPTCHA v2 (Caixa de seleção "Não sou um robô")
A caixa de seleção "Não sou um robô" exige que o usuário clique em uma caixa de seleção indicando que ele não é um robô. Isso fará com que o usuário seja aprovado imediatamente (sem CAPTCHA) ou o desafie a validar se ele é ou não humano. Esta é a opção mais simples de integrar e requer apenas duas linhas de HTML para renderizar a caixa de seleção.

reCAPTCHA v2 (selo reCAPTCHA invisível)
O selo reCAPTCHA invisível não exige que o usuário clique em uma caixa de seleção. Em vez disso, ele é invocado diretamente quando o usuário clica em um botão no seu site ou pode ser invocado por uma chamada da API JavaScript. A integração exige um callback JavaScript quando a verificação reCAPTCHA é concluída. Por padrão, apenas o tráfego mais suspeito receberá uma solicitação para resolver um captcha. Para alterar esse comportamento, edite suas preferências de segurança do site nas configurações avançadas.

reCAPTCHA v2 (Android)
A biblioteca reCAPTCHA para Android faz parte das APIs SafetyNet do Google Play Services. Esta biblioteca oferece APIs nativas do Android que podem ser integradas diretamente a um app. Configure o Google Play Services no app e se conecte ao GoogleApiClient
antes de invocar a API reCAPTCHA. Isso fará com que o usuário seja encaminhado imediatamente (sem um prompt de CAPTCHA) ou o desafie a validar se ele é humano.
reCAPTCHA v1: encerramento
O reCAPTCHA v1 foi desativado desde março de 2018. Use uma das opções acima.
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-07-25 UTC.
[null,null,["Última atualização 2025-07-25 UTC."],[[["\u003cp\u003eThere are four types of reCAPTCHA available: reCAPTCHA v3, reCAPTCHA v2 ("I'm not a robot" Checkbox), reCAPTCHA v2 (Invisible reCAPTCHA badge), and reCAPTCHA v2 (Android).\u003c/p\u003e\n"],["\u003cp\u003ereCAPTCHA v3 verifies interactions without user input, returning a score for site-specific actions like authentication or bot throttling.\u003c/p\u003e\n"],["\u003cp\u003ereCAPTCHA v2 options offer checkbox and invisible badge variations, prompting users with challenges based on suspicion levels and allowing integration through HTML or JavaScript.\u003c/p\u003e\n"],["\u003cp\u003eThe reCAPTCHA Android library, part of Google Play services SafetyNet APIs, provides native integration for Android apps, requiring setup and connection to Google Play services.\u003c/p\u003e\n"]]],["There are four reCAPTCHA types: v3, which verifies interactions without user input via a JavaScript API; v2 \"I'm not a robot\" Checkbox, requiring a user click, potentially followed by a challenge; v2 Invisible badge, triggered by a button click or JavaScript, prompting a captcha only for suspicious traffic; and v2 Android, using Android APIs. reCAPTCHA v1 is discontinued. v2 versions require a potential challenge, v3 doesn't require any user interaction.\n"],null,["# Choosing the type of reCAPTCHA There are four types of reCAPTCHA to choose from when creating a new site.\n\nreCAPTCHA v3\n------------\n\nreCAPTCHA v3 allows you to verify if an interaction is legitimate without any user interaction. It is a pure JavaScript API returning a score, giving you the ability to take action in the context of your site: for instance requiring additional factors of authentication, sending a post to moderation, or throttling bots that may be scraping content.\n\nreCAPTCHA v2 (\"I'm not a robot\" Checkbox)\n-----------------------------------------\n\nThe \"I'm not a robot\" Checkbox requires the user to click a checkbox indicating the user is not a robot. This will either pass the user immediately (with No CAPTCHA) or challenge them to validate whether or not they are human. This is the simplest option to integrate with and only requires two lines of HTML to render the checkbox.\n\nreCAPTCHA v2 (Invisible reCAPTCHA badge)\n----------------------------------------\n\nThe invisible reCAPTCHA badge does not require the user to click on a checkbox, instead it is invoked directly when the user clicks on an existing button on your site or can be invoked via a JavaScript API call. The integration requires a JavaScript callback when reCAPTCHA verification is complete. By default only the most suspicious traffic will be prompted to solve a captcha. To alter this behavior edit your site security preference under advanced settings.\n\nreCAPTCHA v2 (Android)\n----------------------\n\nThe reCAPTCHA Android library is part of the [Google Play services SafetyNet APIs](https://developer.android.com/training/safetynet/index.html). This library provides native Android APIs that you can integrate directly into an app. You should set up [Google Play services](https://developers.google.com/android/guides/api-client) in your app and connect to the `GoogleApiClient` before invoking the reCAPTCHA API. This will either pass the user through immediately (without a CAPTCHA prompt) or challenge them to validate whether they are human.\n\nreCAPTCHA v1 - Shut down\n------------------------\n\nreCAPTCHA v1 has been shut down since March 2018. Please use an option above."]]