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.
Authentication
Learn how to authenticate your requests
API Endpoints
Explore available endpoints
Code Examples
Ready-to-use code in multiple languages
Quick Start in 3 Steps
Step 1: Get Your API Key
First, you need an API key to authenticate your requests:
- Register a free account: Create Account
- Login to your dashboard: Dashboard
- 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:
- Authentication Methods - Learn different ways to authenticate
- Code Examples - Get ready-to-use code in PHP, Python, Node.js
- Response Format - Understand the response structure
- Error Handling - Handle errors gracefully
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:
- Text CAPTCHA - 6-8 character alphanumeric text (A-Z, 0-9)
- Image formats: JPG, PNG, GIF
- Max file size: 5MB
๐ Coming Soon: reCAPTCHA v2/v3, hCAPTCHA, and more!
Need Help?
If you have any questions or need assistance:
- ๐ง Email: [email protected]
- ๐ Dashboard: Your Dashboard
- ๐ FAQ: Frequently Asked Questions