запрос 9 картинок в base64 , ChallengeCaption - что ищем (eng)
curl -X POST http://iamnotbot.com:7777/hcaptcha -H 'Content-Type: application/json' -d '{"clientKey": "1111111111111111","task": {"type": "HCaptchaClickTask","ChallengeCaption": "Please click each image containing a bus","ImageIndex1": "base64 of image 1","ImageIndex2": "base64 of image 2","ImageIndex3": "base64 of image 3","ImageIndex4": "base64 of image 4","ImageIndex5": "base64 of image 5","ImageIndex6": "base64 of image 6","ImageIndex7": "base64 of image 7","ImageIndex8": "base64 of image 8","ImageIndex9": "base64 of image 9"}}'
ответ
{"errorId": 0, "taskId": 24168}
запрос опрашиваешь таску каждую секунду , если статус ready то решение будет.
СТРОГО 1 (одним) потоком. т.е. запросил - получил ответ . тест пока такой.
запрос
curl -X POST http://iamnotbot.com:7777/getTaskResult -H 'Content-Type: application/json' -d '{"clientKey":"1111111111111111","taskId":24168}'
ответ
"{'errorId': 0, 'solution': {'ImageIndex3': 'CLICK', 'ImageIndex9': 'NONE', 'ImageIndex8': 'NONE', 'ImageIndex4': 'NONE', 'ImageIndex2': 'NONE', 'ImageIndex5': 'NONE', 'ImageIndex1': 'CLICK', 'ImageIndex6': 'NONE', 'ImageIndex7': 'CLICK'}, 'status': 'ready'}"
пока всяческие ошибки сильно не обрабатывал. так что строго по описанию засылаем