1captcha
    1captcha
    • RecaptchaV2TaskProxyless
      POST
    • RecaptchaV2TaskProxylessS9
      POST
    • RecaptchaV2EnterpriseTaskProxyless
      POST
    • RecaptchaV2SEnterpriseTaskProxyless
      POST
    • RecaptchaV3TaskProxyless
      POST
    • RecaptchaV3TaskProxylessS9
      POST
    • RecaptchaV3EnterpriseTaskProxyless
      POST
    • TurnstileTaskProxyless
      POST
    • HCaptchaTaskProxyless
      POST
    • CloudFlareTask
      POST
    • ImageToTextTask
      POST
    • getTaskResult
      POST

      RecaptchaV3TaskProxyless

      POST
      https://api.1captcha.vip/createTask
      通过此接口获取到taskId后,再调用getTaskResult获取最终数据https://1captcha.apifox.cn/331114669e0

      请求参数

      Header 参数

      Body 参数application/json

      示例
      {
          "clientKey": "xxxxxx",
          "task": {
              "websiteURL": "https://antcpt.com/score_detector",
              "websiteKey": "6LcR_okUAAAAAPYrPe-HK_0RULO1aZM15ENyM-Mf",
              "pageAction": "homepage",
              "websiteTitle": "Score detector for reCAPTCHA v3",
              "type": "RecaptchaV3TaskProxyless"
          }
      }

      示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://api.1captcha.vip/createTask' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "clientKey": "xxxxxx",
          "task": {
              "websiteURL": "https://antcpt.com/score_detector",
              "websiteKey": "6LcR_okUAAAAAPYrPe-HK_0RULO1aZM15ENyM-Mf",
              "pageAction": "homepage",
              "websiteTitle": "Score detector for reCAPTCHA v3",
              "type": "RecaptchaV3TaskProxyless"
          }
      }'

      返回响应

      🟢200成功
      application/json
      Body

      示例
      {}
      修改于 2025-08-07 11:28:09
      上一页
      RecaptchaV2SEnterpriseTaskProxyless
      下一页
      RecaptchaV3TaskProxylessS9
      Built with