#1021 · Primary category: AI Agents & Automation

ohmycaptcha

captcha fastapi multimodal openai-compatible playwright recaptcha self-hosted vision-models yescaptcha-compatible

⚡ Self-hostable YesCaptcha-compatible captcha solver built with FastAPI, Playwright, and OpenAI-compatible multimodal models.

Project last updated:03/09/26

GitHub Stars

868

Forks

266

Contributors

1

License

MIT

Why we included this project

Captchas are often the wall that knocks automation workflows over. OhMyCaptcha is a self-hosted service that implements the YesCaptcha async protocol, so you submit a task with POST /createTask and poll for the result, and existing clients that already expect createTask/getTaskResult semantics can point at it without rewriting their code. It splits the work between browser automation and vision models: Playwright drives token generation for reCAPTCHA v2/v3, hCaptcha, and Cloudflare Turnstile, while OpenAI-compatible multimodal models handle image recognition and grid-classification tasks like hCaptcha, FunCaptcha, and AWS CAPTCHA. Since the model endpoint and components are all self-hosted, you keep control over cost, privacy, and which vision model sets your recognition accuracy. Teams using flow2api or similar solver-style integrations get a practical way to keep automation moving without leaning on paid third-party solving APIs.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category