2captcha API support

This page is for users that use a software which works with 2captcha but want to be able to use it with ImagesToText.

2captcha API FAQ

What are your 2captcha API URLs?

http://api.imagestotext.com/2captcha/in.php to upload captchas and http://api.imagestotext.com/2captcha/res.php to retrieve responses, get balance and report captchas.

How do I use your 2captcha API server?

To do so, follow these steps:

  1. Get the updated IP of the ITT API servers:
    • api.imagestotext.com
    This can be done by pinging (how to ping: Windows, Mac, Linux) these domains or by going to ipchecking.com and inputting one of the domain names.
  2. Add the following line in your hosts file:
    • [IP address] 2captcha.com
    Where [IP address] is the IP obtained in step 1. Need help modifying hosts file? Refer to howtogeek.com or support.rackspace.com.

Which captcha types are supported?

Text, image group, coordinate and token captchas are supported by our 2captcha API. Trying to upload any other captcha type will result in an ERROR_URL_METHOD_FORBIDDEN error message from the API.

What are the allowed HTTP methods, parameters and possible error responses?

These are the same as for the actual 2captcha API. Refer to its documentation for details. The only difference is that the api_key field is your_itt_username:your_itt_password.