Skip to content

iamrony777/captcha-solver-api

Repository files navigation

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