API anti-captcha

Recaptcha v2


Url:
GoogleKey:

Отправка данных

Ваше программа
<?php
$urlPage = "https://www.skylom.com/videos";
$GoogleKey = "6LfUZKkUAAAAAJ6J-iUArW3Sva3Iyxxitf8tDmoW";
$json=array();
$json['clientKey']="7ab579109dce12bd1bcf606fc3e17e1c";
$json['task']=array(
  "type"=>"NoCaptchaTaskProxyless",
  "websiteURL"=>"https://www.skylom.com/videos",
  "websiteKey"=>"6LfUZKkUAAAAAJ6J-iUArW3Sva3Iyxxitf8tDmoW"
);
$options = array('http' => array(   'method' => 'POST',   'content' => json_encode($json)
));
$context = stream_context_create($options);
$result = file_get_contents("http://api.captcha.guru/createTask", false, $context); ?>

Ответ от нашего сервера
{
  "errorId": 0,
  "taskId": 679551
}

Возможная ошибка при отправки ответа
{
  "errorId": 1,
  "errorDescription": ERROR_NO_SLOT_AVAILABLE
}

Получение данных

Python



Recaptcha v3


Php


NodeJs


Python



Image Captcha Or Solmedia


Php


NodeJs


Python