How to Automate CAPTCHA Handling in UiPath?

Hello UiPath Community,

I am working on automating a web application using UiPath, but I encountered a CAPTCHA that requires manual input. The CAPTCHA is a distorted alphanumeric text, as shown in the attached screenshot.
1. Is there a way to automate solving such CAPTCHAs using UiPath?
2. Can I integrate third-party CAPTCHA solving services (like Anti-Captcha, 2Captcha, or OCR-based solutions)?
3. What are the best practices for handling CAPTCHA automation while complying with ethical and legal guidelines?

Any guidance or sample workflows would be greatly appreciated.

Thanks in advance!

Hi @samyak

Please check the below link, might be solve your concern.

If you found helpful, mark as a solution . Thnaks

Hey @samyak
If you have a valid use case and permissions, you can integrate third-party CAPTCHA-solving services like Anti-Captcha, 2Captcha, or other OCR-based solutions. In UiPath, you can use HTTP Request activities to send the CAPTCHA image to these services and retrieve the solved text.

About ethical and legal guidelines: