Welcome to FunBypass
FunBypass is a high-performance CAPTCHA solving API built for developers. Submit a task, poll for the result, and get a valid token — it’s that simple.Quickstart
Get your first CAPTCHA solved in under 5 lines of code.
API Reference
Full endpoint documentation with request/response schemas.
Task Lifecycle
Understand how tasks flow from creation to completion.
SDKs & Examples
Ready-to-use code in Python, JavaScript, and cURL.
Key Features
Fast Solving
Average solve times under 10 seconds with parallel processing.
99.9% Uptime
Redundant infrastructure with real-time status monitoring.
Simple Pricing
Pay-as-you-go at $0.75 per 1,000 solves or subscribe to a package.
Base URL
All API requests are made to:How It Works
Create a Task
Send a
POST /createTask request with your API key, target site public key, proxy, and optional parameters.Poll for Result
Use
GET /getTaskResult/{taskId} to check the task status. The task will be processing until the CAPTCHA is solved.