All Turnstile subtypes are automatically supported: manual, non-interactive and invisible. Therefore, there is no need to specify a subtype. This task will be executed by our service using our own proxy servers.

Object structure

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

{
    "clientKey":"dce6bcbb1a728ea8d871de6d169a2057",
    "task":
    {
        "type":"TurnstileTaskProxyless",
        "websiteURL":"http://tsmanaged.zlsupport.com",
        "websiteKey":"0x4AAAAAAABUYP0XeMJF0xoy"
    }
}

Response example

{
    "errorId":0,
    "taskId":407533072
}

Getting result

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

Property

Type

Description

token

String

The Turnstile token to be substituted into the form.

Example:

{
    "errorId":0,
    "status":"ready",
    "solution":
    {
        "token":"0.ERiw31vKqJrJR7Dh8-UFUKdyMdAqSCYM0tCZNgL73EOGzYL3DWLlXoOO95AUY7SwCoouKknDCeHCAFugYf7B6kLnHb-YVtZyOhhi3sDViW0cI3oIsU4i3Q8XwQOrh9haVvteKLoXezm5lTq6cIRGDcODIUkIxSenLRopxHvJfyXuXBSxm4b0wZyVK5XmB0UY_7pprlgRnDDe0dm-HUEME7Pahfvp3dMHjJD2QEWL8Z3JTTfd4DWgQEfds8FSF_TPto45PvzJ1ANHUbwdDtXF7TU4EYlGBaTqVkfOvl4192Tn3ifFX8QeqqmlAl6l-j-0P3tH5vF6f19mRdTQp2mRyA.QKyXVaVyXj63ExIAYAGxhA.ebff8ee8cdebbe74a2dd27c49c1133e59d20067386ce5cb55c8273ad119596c6"
    }
}