Can anyone provide code example with parameter values to calling or sending request to in.php API endpoint to solve funcaptcha through XEvil?
can give me example . thank youI managed to solve the problem. The solution below...
1. Convert the image to base64 and send it to the XEvil server in base64 by using API's "base64" method.
2. Enable "recaptcha" parameter to 1 via API recaptcha=1.
3. Provide "imginstructions" parameter from the image in step 1.
4. Done...
![]()
can give me example . thank you
"key" => "770973f9726f13e022c811e964e1f16a"
"method" => "base64"
"body" => "base64 image string at step 1"
"imginstructions" => "Image instructions at step 4"
Url: http://2captcha.com/in.php
Method: POST
Content-Type: multipart/form-data; boundary=zqdhhqqmfjnausxwikdvgyynwlmydpbsghfxdvbh
Accept: */*
--zqdhhqqmfjnausxwikdvgyynwlmydpbsghfxdvbh
Content-Disposition: form-data; name="method";
base64
--zqdhhqqmfjnausxwikdvgyynwlmydpbsghfxdvbh
Content-Disposition: form-data; name="imginstructions";
Pick the image of the brick cone and the checkered cube
--zqdhhqqmfjnausxwikdvgyynwlmydpbsghfxdvbh
Content-Disposition: form-data; name="body";
/9j/2wCEAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0........... (chunked)
--zqdhhqqmfjnausxwikdvgyynwlmydpbsghfxdvbh
Content-Disposition: form-data; name="recaptcha";
1
--zqdhhqqmfjnausxwikdvgyynwlmydpbsghfxdvbh
Content-Disposition: form-data; name="key";
770973f9726f13e022c811e964e1f16a
--zqdhhqqmfjnausxwikdvgyynwlmydpbsghfxdvbh--