> ## Documentation Index
> Fetch the complete documentation index at: https://docs.funbypass.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported Flows

> FunCaptcha flow types currently handled by FunBypass.

## 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

<Info>
  If you receive `ERROR_TEMPLATE_NOT_FOUND`, the site key may not be configured yet. Contact support to request it.
</Info>

## Task Parameters

A task is created with `POST /createTask`. See the [createTask endpoint](/api-reference/create-task) for the full request body and every parameter.
