Geelab Docs

Product Overview

Captcha v4 features and characteristics

Verification Types

Supports the following verification types:

  • Slide Puzzle - Classic puzzle verification
  • Match Game - Fun verification experience
  • Icon Click - High-security verification
  • Nine-Grid Verification - Multi-touch verification
  • One-Click Pass - Low-risk quick verification
  • Gomoku - Innovative interactive verification

Data Analytics

The console provides the following data:

  • Verification request volume and pass rate
  • Security event statistics
  • User experience metrics
  • Detailed log queries

Global Deployment

  • Supports 78 languages
  • Multi-region clusters: Global, Europe, North America
  • Supports data localization storage

Best Practices

Credential Management

It is recommended to create separate captcha_id and captcha_key for different business scenarios and platforms to facilitate data analysis and strategy adjustment. Test environments can share a set of credentials.

JavaScript Loading

The following files have low update frequency and can be downloaded to your local CDN:

  • gl4.js - Initialization script
  • bypass.js - Fallback handling script

Other resources are recommended to be loaded from Geelab CDN to get the latest updates.

Disaster Recovery

The client SDK has built-in disaster recovery logic. The server needs to handle exceptions from the verification API:

When the HTTP status code is not 200, it is recommended to allow the request through. You can implement a verification switch as an additional fallback solution.

Verification Type Selection

Trade-offs between security and user experience for different verification types:

Verification TypeSecurityUser ExperienceUse Case
One-Click PassLowBestLow-risk scenarios
Slide PuzzleMediumGoodGeneral scenarios
Match Game, GomokuMediumGoodGeneral scenarios
Icon Click, Nine-GridHighLowerHigh-risk scenarios

Dynamically adjust verification types based on actual risk conditions.