I need to break a Captcha... Preciso quebrar um Captcha

I’m having difficulty finding the activity I use to consume an ‘API’. Additionally, how can I send the ‘captcha’ and receive the values for the break? Note: I’m using ‘2Captcha’.

PT BR

Estou com dificuldade em encontrar a atividade que utilizo para consumir uma ‘API’ , Além disso de que forma posso enviar o ‘captcha’ e receber os valores da quebra? Obs: estou utilizando o '2Captcha ’

Hey @joao.g
Which type of captcha are you trying solve?
Usually for text captcha you need to save image and convert it to base64.
After that you can use http request.
Please read the 2 captcha api documentation and check how it works via postman.

1 Like

I noticed that in 2captcha you can send image as a file:


So, you don’t need to convert file to base64.

here is eveything how to do it :slight_smile:
2Captcha API - Captcha solver API

2 Likes

Thank you, @pikorpa! That’s exactly what I was looking for

You’re welcome :slight_smile:
I’m glad that I could help you.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.