iamrony777 / captcha-solver-api

An API to Solve Captcha

Home Page:https://captcha-solver-api2.herokuapp.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Captcha Solver API

Title says it all

Docs

No docs needed, check example folder for captcha (only one type of captcha supported for now).

  1. Make request
  2. Get solved captcha as json

Also try Swagger UI Docs with captcha from example folder

Example

JAVDB

More captchas

captcha

# Request via cURL
curl -s -X 'POST' \
  'https://captcha-solver-api2.herokuapp.com/javdb' \
  -H 'accept: application/json' \
  -H 'Content-Type: multipart/form-data' \
  -F 'file=@example/g.png;type=image/png' | jq . # "jq ." optional
{
  "solved": "xiwlk"
}

Links


About

An API to Solve Captcha

https://captcha-solver-api2.herokuapp.com/docs

License:GNU General Public License v3.0


Languages

Language:Python 83.9%Language:Shell 9.6%Language:Dockerfile 6.3%Language:Procfile 0.3%