AWS Captcha Solver
This API is used for automation of the processes that are connected with AWS console login (QA, e2e tests, etc) For now, the accuracy is 85%. That means the chances to solve a captcha after 2 retries are 98% and after 3 retries are almost 100%.
AWS Captcha Solver endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Resolve AWS captcha (base64) /prod/solve-aws-captcha |
This endpoint expects a base64 encoded image of AWS captcha (or its URL) and solves it. Accuracy is 85%. |
| POST |
Resolve AWS captcha (url) /prod/solve-aws-captcha |
This endpoint expects a base64 encoded image of AWS captcha (or its URL) and solves it. Accuracy is 85%. |
AWS Captcha Solver pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / second |
|
| PRO | $100 / month | 50 / second |
|
| ULTRA Recommended | $250 / month | 100 / second |
|
| MEGA | $10,000 / month | 100 / second |
|