Amplify your applications & scripts!
Integrate our API with your softwares and scripts and be more profitable by selling your apps and scripts in our
Software Marketplace.
How it works?
Integrating our service to work in softwares and web applications is very easy. Just refer to you API web service document at
https://api.captchas.io/document/ and walk you through integrating our service.
CAPTCHAs.IO API works by calling two endpoints, the https://api.captchas.io/in.php
and the https://api.captchas.io/res.php
. The https://api.captchas.io/in.php is where you submit or post the CAPTCHA data to be solved while the https://api.captchas.io/res.php is where you get the CAPTCHA solution or answer through the CAPTCHA_ID returned by the https://api.captchas.io/in.php endpoint. See parameter definitions below to start solving CAPTCHAs through this API.
CAPTCHA Solving Example:
-
// required parameters
$method = "userrecaptcha";
$key = YOUR_API_KEY;
$googlekey = THE_GOOGLE_SITEKEY;
$pageurl = PAGE_URL;
- Parse the response of number 1 to get CAPTCHA_ID from response string "OK|CAPTCHA_ID".
-
// required parameters
$key = YOUR_API_KEY;
$action = "get";
$id = CAPTCHA_ID;
- Parse the response of number 3 to get CAPTCHA answer from response string "OK|CAPTCHA_ANSWER".
- Done
Chrome Extension
CAPTCHAs.IO has developed a Google Chrome extension to easily solve reCAPTCHAs within your Chrome browser. Thus, making your Chrome browser experience a smooth and cool thing.
Install or
download free!
Migration & Emulation
If your application or software does not have an option to use CAPTCHAs.IO or if your application or software has no integration support for CAPTCHAs.IO but has support for 2captcha.com, ripcaptcha.com, anti-captcha.com and etc... then you can follow the steps below to use CAPTCHAs.IO in your application or software.
For Windows:
- Open and edit C:\Windows\System32\drivers\etc\hosts file.
-
Enter or type:
- 93.190.140.9 2captcha.com
- 93.190.140.9 ripcaptcha.com
- 93.190.140.9 rucaptcha.com
- 93.190.140.9 anti-captcha.com
- 93.190.140.9 api.anti-captcha.com
- 93.190.140.9 api.capmonster.cloud
- 93.190.140.9 api.capsolver.com
- Open your software or application.
- Use your CAPTCHAs.IO API Key as key.
- Re-run your application and check.
- Done...
For Linux:
- Open and edit /etc/hosts file.
-
Enter or type:
- 93.190.140.9 2captcha.com
- 93.190.140.9 ripcaptcha.com
- 93.190.140.9 rucaptcha.com
- 93.190.140.9 anti-captcha.com
- 93.190.140.9 api.anti-captcha.com
- 93.190.140.9 api.capmonster.cloud
- 93.190.140.9 api.capsolver.com
- Open your software or application.
- Use your CAPTCHAs.IO API Key as key.
- Re-run your application and check.
- Done...
Libraries and SDKs
We have created a great list of libraries and SDKs at github.com for developers to use and help integrated our service in their softwares and applications.
- PHP - A PHP wrapper for the API implementation of CAPTCHAs.IO. Download from Github.com
- NodeJS - CAPTCHAs.IO API wrapper for Node.js. Download from Github.com
- CSharp (C#) - CAPTCHAs.IO C# SDK with Examples. Download from Github.com
- Python - CAPTCHAs.IO Python Library with Examples. Download from Github.com
Help & Support