Send requests to this server. Replace the host if you call it from outside.
/api/solveβ solve one captcha image/api/profilesβ list captcha types & which are ready/api/healthβ liveness check/api/docsβ interactive Swagger UISend an image one of two ways, plus a profile (captcha type).
| Field | Where | Description |
|---|---|---|
file | multipart/form-data | the captcha image (png/jpg) |
image_base64 | JSON body | base64 of the image (data: URL ok) |
profile | both | captcha type id (see table below) |
{
"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
}
| id | label | length | status |
|---|