How to ask real humans to solve a normal image CAPTCHA in base64 format with regsense and special characters enabled?

If you want to solve normal image CAPTCHAs with regsense and special characters enabled or with case sensitivity and special characters like !@#$%^&*()? enabled?, you may check the API document https://api.captchas.io/document/ for the "human" method or look for the menu link "Human Solvers".

To solve CAPTCHAs with the method "human" in our API web service means you need to have credits or balance in your account "Wallet" NO NEED to have an active monthly subscription or NO NEED to pay for a monthly package plan.. 

Assigning a real human to solve a normal image CAPTCHA in base64 format with regsense enabled, is very easy. Just follow the steps below...

1. Send an HTTP Post request to https://api.captchas.io/in.php containing the parameters:

method = "human"

key = YOUR_API_KEY

body = CAPTCHA_IMAGE_BASE64

2. Parse the response of number 1 to get CAPTCHA_ID from response string "OK|CAPTCHA_ID".

3. Get CAPTCHA answer from https://api.captchas.io/res.php containing the parameters:

key = YOUR_API_KEY

action = "get"

id = CAPTCHA_ID

4. Parse the response of number 3 to get CAPTCHA answer from response string "OK|CAPTCHA_ANSWER".

5. Done

You may also want to try our Chrome browser extension at https://chrome.google.com/webstore/detail/captchasio/akmajmemkohkcmgcnbeeifciiahhfiid