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.phpto upload captchas andhttp://api.imagestotext.com/2captcha/res.phpto retrieve responses, get balance and report captchas. - How do I use your 2captcha API server?
To do so, follow these steps:
-
Get the updated IP of the ITT API servers:
- api.imagestotext.com
-
Add the following line in your hosts file:
- [IP address] 2captcha.com
-
Get the updated IP of the ITT API servers:
- 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.