We use API emulation for the following services: Rucaptcha and AntiGate (Anti-Captcha).
If your software supports Rucaptcha or AntiGate (Anti-Captcha) you only need to get a new key for our API. The key is automatically generated after registration and wallet top up. Type in our ip address to hosts, opposite to the domain service you used before OR download our bat-file and it will do the settings automatically. That´s it. Now you’re ready to use our service and safe money!.
We also support img captchas, price: $ 0,1. for 1000.
Attention, we are not refunding for not solved Captchas.
Download settings installer:
Bat file for setting up Rucaptcha emulation
Bat file for setting up Antigate emulation
If your software does not support Rucaptcha or AntiGate (Anti-Captcha) API, you can use API from our service: api.cap.guru. See example below:
API Rucaptcha (GET) emulation:
Send request:
http://api.cap.guru/in.php?key=1abc234de56fab7c89012d34e56fa7b8&method=userrecaptcha&googlekey=6Le-wvkSVVABCPBMRTvw0Q4Muexq1bi0DJwx_mJ-&pageurl=http://mysite.com/page/with/recaptcha?appear=1&here=now
Receive request (GET) example:
http://api.cap.guru/res.php?key=1abc234de56fab7c89012d34e56fa7b8&action=get&id=2122988149
API Antigate (POST) emulation example:
Send request:
Methode address: https://api.cap.guru/createTask
{
"clientKey":"dce6bcbb1a728ea8d871de6d169a2057",
"task":
{
"type":"NoCaptchaTaskProxyless",
"websiteURL":"http:\/\/mywebsite.com\/recaptcha\/test.php",
"websiteKey":"6Lc_aCMTAAAAABx7u2N0D1XnVbI_v6ZdbM6rYf16"
},
"softId":0,
"languagePool":"en"
}
Receive request:
Method address: https://api.cap.guru/getTaskResult
{
"clientKey":"dce6bcbb1a728ea8d563de6d169a2057",
"taskId": 7654321
}
CAPTCHA image:
Normal Captcha is an image that contains distorted but human-readable text. To solve the captcha user have to type the text from the image.
To solve the captcha with our service you have to submit the image with HTTP POST request to our API URL: https://api.cap.guru/in.php
The server accepts images in multipart or base64 format.
Multipart sample form
<form method="post" action="https://api.cap.guru/in.php" enctype="multipart/form-data">
<input type="hidden" name="method" value="post">
Your key:
<input type="text" name="key" value="YOUR_APIKEY">
The CAPTCHA file:
<input type="file" name="file">
<input type="submit" value="Upload and get the ID">
</form>
YOUR_APIKEY is Your API key.
Base64 sample form
<form method="post" action="https://api.cap.guru/in.php">
<input type="hidden" name="method" value="base64">
Your key:
<input type="text" name="key" value="YOUR_APIKEY">
The CAPTCHA file body in base64 format:
<textarea name="body">BASE64_FILE</textarea>
<input type="submit" value="Upload and get the ID">
</form>Make a 5 seconds timeout and submit a HTTP GET request to our API URL: https://api.cap.guru/res.php providing the captcha ID.
Request URL example:
https://api.cap.guru/res.php?key=2abc2344e56fab7c89012d34e56fa7b8&action=get&id=2323242131If you have any issues using our service, don´t hesitate to contact our support via E-Mail or on our social media. We are happy to help you and reply as soon as possible.
Cap.guru