Getting Started

Your journey to automated captcha solving starts here. Integration in under 10 minutes.

๐Ÿ’ก New to APIs? Don't worry! We'll guide you through everything step by step.

Quick Start in 3 Steps

Step 1: Get Your API Key

First, you need an API key to authenticate your requests:

  1. Register a free account: Create Account
  2. Login to your dashboard: Dashboard
  3. Copy your API key from the API Settings section
โœจ Free Trial Included! New accounts get $0.50 balance automatically!

Step 2: Make Your First Request

Here's the simplest way to solve a CAPTCHA using cURL:

bash
curl -X POST https://captchakings.com/api/process.php \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "[email protected]"

Step 3: Parse the Response

You'll get a JSON response with the solved CAPTCHA:

json
{
  "success": true,
  "data": {
    "prediction": "GXL4",
    "confidence": "89.79%",
    "process_time": 1.4
  },
  "billing": {
    "amount_charged": "0.000800",
    "balance_remaining": "0.499200"
  }
}
๐ŸŽ‰ That's it! You just solved your first CAPTCHA with our API!

What's Next?

Now that you've made your first request, here's what you can explore:

Key Features

Feature Description
โšก Fast Processing Average response time < 3 seconds
๐ŸŽฏ High Accuracy 99.9% accuracy rate on text CAPTCHAs
๐Ÿ”’ Secure HTTPS-only, API key authentication
๐Ÿ’ณ Billing Pay-as-you-go (USD per solve)
๐ŸŒ RESTful API Works with any programming language
๐Ÿ“Š Real-time Tracking Monitor your balance and usage

Supported CAPTCHA Types

Currently, we support:

๐Ÿš€ Coming Soon: reCAPTCHA v2/v3, hCAPTCHA, and more!

Need Help?

If you have any questions or need assistance: