Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Type

Required

Value

type

String

Yes

TurnstileTaskProxyless

websiteURL

String

Yes

Address of a webpage with Google ReCaptcha Enterprise

websiteKey

String

Yes

Turnstile key

Request example

Address https://api.capmonster.cloud/createTask

Code Block
{
    "clientKey":"dce6bcbb1a728ea8d871de6d169a2057",
    "task":
    {
        "type":"TurnstileTaskProxyless",
        "websiteURL":"httpshttp://tsinvisbletsmanaged.zlsupport.com",
        "websiteKey":"0x4AAAAAAABUY0VLtOUMAHxE0x4AAAAAAABUYP0XeMJF0xoy"
    }
}

Response example

...

Getting result

Use the method getTaskResult to request answer for Turnstile. You will get response within 10 - 80 secs period depending on service workload.

...