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!
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