# CaptchaSolv Documentation

Welcome to CaptchaSolv - Fast & Reliable Captcha Solving API.


# What is CaptchaSolv?

CaptchaSolv is a powerful captcha solving API that supports multiple captcha types including:

::card Standard and Enterprise versions with or without proxy :: ::card Fast and reliable Turnstile solving :: ::card Bypass Akamai protection with sensor data :: ::card Full Kasada challenge solving :: ::card DataDome captcha bypass :: ::card AWS WAF challenge solver ::


# Quick Start

# 1. Get your API Key

Register via our Discord bot to get your API key.

# 2. Make your first request

import requests

response = requests.post("https://v1.captchasolv.com/solve", json={
    "clientKey": "YOUR_API_KEY",
    "task": {
        "type": "RecaptchaV2TaskProxyless",
        "websiteURL": "https://example.com",
        "websiteKey": "6Le-wvkSAAAAAPBMRTvw0Q4Muexq1bi0DJwx_mJ-"
    }
})

token = response.json()["solution"]["token"]
print(f"Solved! Token: {token}")

# 3. Use the token

Use the returned token in your target website to bypass the captcha.


# Features

Feature Description
Fast Solving Average solve time under 15 seconds
🔄 2captcha Compatible Drop-in replacement for 2captcha API
🌐 Multiple Types 10+ captcha types supported
📊 Real-time Stats Monitor your usage via Discord
💰 Pay Per Use Only pay for successful solves
🎁 Free Daily 100 free captchas per day

# API Endpoints

Endpoint Method Description
/health GET Check API status
/supportedTypes GET List supported captcha types
/createTask POST Create async solving task
/getTaskResult POST Get task result
/solve POST Sync solving (recommended)
/getBalance POST Check account balance

API Reference
api-reference/


# Support

Need help? Join our Discord server for support and updates.

Join Discord