libxcaptcha - C++ API wrapper x-captcha Init API object XCaptcha x("Your key"); Get Balance float balance = x.getBalance(); Send request to service TaskID id = x.sendCaptcha("google key", "page url"); Get captcha from id std::string response = x.getTaskResponse(id); Usage Wait 20-25 seconds between send captcha and get response from task id