Hoppa till huvudinnehåll
POST
/
captcha
/
token
/
recaptcha3
Token Recaptcha3
curl --request POST \
  --url https://api.acedata.cloud/captcha/token/recaptcha3 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "page_action": "examples/v3scores",
  "website_key": "6LdKlZEpAAAAAAOQjzC2v_d36tWxCl6dWsozdSy9",
  "website_url": "https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php"
}
'
{
  "token": "03AGdBq25SxXT-pmSeBXjzScW-EiocHwwpwqtk1QXlJnGnU......"
}

Auktoriseringar

Authorization
string
header
obligatorisk

Rubriker

accept
enum<string>

Specifies the format of the response from the server.

Tillgängliga alternativ:
application/json

Kropp

application/json
page_action
string
obligatorisk

This value must be correct, otherwise the recognized result is invalid.

Exempel:

"examples/v3scores"

website_key
string
obligatorisk

The website key identifier in recaptcha.

Exempel:

"6LdKlZEpAAAAAAOQjzC2v_d36tWxCl6dWsozdSy9"

website_url
string
obligatorisk

URL of the website where the recaptcha is located.

Exempel:

"https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php"

Svar

OK, the request is successful.

token
string

Verification result.