вот такое можно сделать
{
"clientKey": "YOUR_API_KEY",
"task": {
"type": "HCaptchaClickTask",
"ChallengeCaption": "Please click each image containing a car",
"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,
"status": "ready",
"solution": {
"ImageResult1": "CLICK",
"ImageResult2": "NONE",
"ImageResult3": "CLICK",
"ImageResult4": "CLICK",
"ImageResult5": "NONE",
"ImageResult6": "NONE",
"ImageResult7": "NONE",
"ImageResult8": "NONE",
"ImageResult9": "NONE"
}
}