Menu

Legacy API v.1

This API is still working but no longer updated to support new types of tasks. The only task it supports is standard image captcha.

Address: http://anti-captcha.com/in.php
Method: POST
Content-type: multipart/form-data

Task object

PropertyTypeRequiredDefault valuePurpose
keyStringYes
bodyStringYesFile body encoded in base64. Make sure to send it without line breaks. Do not include 'data:image/png,' or similar tags, only clean base64!
phraseBooleanNofalse
regsenseBooleanNotrue
numericIntegerNo0
calcBooleanNofalse
min_lenIntegerNo0
max_lenIntegerNo0
commentStringNoAdditional comments for workers like "enter red text". The result is not guaranteed and is totally up to the worker.
soft_idIntegerNo
is_russianIntegerNoWhen set to 1, it sends captcha tasks to the Russian language queue.

Response example

No errors
Has errors
OK|CAPTCHA_ID_HERE

Retrieve the solution

Send GET request to https://anti-captcha.com/res.php?key=YOUR_KEY&action=get&id=CAPTCHA_ID

No errors
Captcha not solved yet
Has errors
OK|text_from_captcha