RuCaptchaAPI.jar

CAPTCHAFORUM

Administrator
1648536921169.png

The library is designed to facilitate the work with the RuCaptca.ru API in the java language.

Library RuCaptchaAPI.jar
The library contains two classes:

- RuCaptcha (the main class containing directly methods for working with the service)
- Utility (auxiliary class containing additional methods that may be useful in work)


RuCaptcha class
The class contains fields:
public static String API_KEY;
Your api_key is on the system. Indicated before starting work with the system.

The class contains the following methods:
public static String getBalance ()
Balance request from the service. Returns the system response as a string.

public static String systemLoad ()
System boot status request.
Returns the system response as a string.

public static String getCost (String CAPCHA_ID)
Request for the status and cost of recognizing this captcha.
Returns the system response as a string.

public static String getDecryption (String CAPCHA_ID)
Getting the result of captcha decryption.

public static String reportBad (String CAPCHA_ID)
Complain about incorrectly decrypted captcha.

public static String postCaptcha (File imgFile)
Loading captcha. A variable of the File type for the captcha image is specified as a parameter.
There are also derived methods with additional parameters.

public static String postReCaptcha2 (File imgFile, String textInstructions, int languageInstructions)
Downloading captcha ReCaptcha v2 (ASIRA)

Read more about updates on the website: http://netmarketer6.wix.com/rucaptchaapi