Skip to main content

Supported Workflow

FunBypass currently supports FunCaptcha (FunCaptchaTask).

Flow Formats

Game Type 3 — Image Selection

Image-based selection flow. The user sees a prompt and chooses from a grid.
  • Rounds: 1–5
  • Layout: Grid-based with multiple options

Game Type 4 — 3D Interactive

3D interaction flow that requires object manipulation.
  • Rounds: 1–5
  • Difficulty levels: Easy, Medium, Hard
  • Example variants:
    • 3d_rollball_animalss — Roll a ball to the correct animal
    • orbit_match_game — Match orbiting objects

Immediate Completion

Some sessions return immediately with sup=1 and no interactive step. This is the fastest completion path.

How It Works

  1. You submit a task with the target site’s site key and a proxy
  2. The API generates a session with the target site
  3. If an interactive step appears, it is processed automatically
  4. The result token is returned to you
If you receive ERROR_TEMPLATE_NOT_FOUND, the site key may not be configured yet. Contact support to request it.

Task Parameters

A task is created with POST /createTask. See the createTask endpoint for the full request body and every parameter.