Captcha Solver

Reads captchas with a locally-trained model on this machine.
checking…
πŸ“‹
Paste a captcha (Ctrl+V) or drop an image here β€” it solves automatically.

Base URL

Send requests to this server. Replace the host if you call it from outside.

β€”

Endpoints

POST/api/solveβ€” solve one captcha image
GET/api/profilesβ€” list captcha types & which are ready
GET/api/healthβ€” liveness check
GET/api/docsβ€” interactive Swagger UI

POST /api/solve β€” parameters

Send an image one of two ways, plus a profile (captcha type).

FieldWhereDescription
filemultipart/form-datathe captcha image (png/jpg)
image_base64JSON bodybase64 of the image (data: URL ok)
profilebothcaptcha type id (see table below)

Example β€” upload a file (curl)


          

Example β€” base64 JSON (curl)


          

Example response

{
  "profile": "gst",
  "available": true,
  "text": "483920",
  "length": 6,
  "confidences": [0.99, 0.98, 0.97, 0.99, 0.95, 0.98],
  "min_confidence": 0.95
}

Available captcha types

idlabellengthstatus
Copied!