Home How To Integrate? What if I didn't find 10Captcha option in my software/bot?

What if I didn't find 10Captcha option in my software/bot?

Last updated on Nov 06, 2024

Our services Can be easily integrated with any programs and scripts that require captcha recognition. Explore various integration options for 10Captcha, and pick the method that best suits your needs.

  1. In your program, select one of the captcha solvers that we support: 2Captcha

  2. Then specify your API key for 10Captcha  in the relevant field in your program from which you will send captchas.

  3. Last step: match our IP with another service so 10Captcha can get captchas from the aforementioned services. For that, select your operating system, and follow the instructions.

Windows:

Go here: C:\Windows\System32\drivers\etc\ and find the file hosts. Open it with Notepad and add the following lines to the document end:

# 10Captcha.com begin#

167.235.111.219 rucaptcha.com

167.235.111.219 2captcha.com

# 10Captcha.com end#

Try visiting any of these domains. If everything is correct, a white page will open. If you can't do it, contact support: we will help you with all configurations.

Linux

In the application window, enter the command for opening Nano text editor: sudo nano /etc/hosts

After you enter the command, click Enter. Now you are in Nano text editor.

Add the following lines to the document end:

# 10Captcha.com begin###

167.235.111.219 rucaptcha.com

167.235.111.219 2captcha.com

# 10Captcha.com end####

After changes are made, click Ctrl+X and then Y to apply them. Try visiting any of these domains. If everything is correct, a white page will open. If you can't do it, contact support: we will help you with all configurations.