Vai al contenuto principale
POST
/
captcha
/
token
/
recaptcha2
Token Recaptcha2
curl --request POST \
  --url https://api.acedata.cloud/captcha/token/recaptcha2 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "website_key": "6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-",
  "website_url": "https://www.google.com/recaptcha/api2/demo"
}
'
{
  "token": "03AGdBq25SxXT-pmSeBXjzScW-EiocHwwpwqtk1QXlJnGnU......"
}

Autorizzazioni

Authorization
string
header
obbligatorio

Intestazioni

accept
enum<string>

Specifies the format of the response from the server.

Opzioni disponibili:
application/json

Corpo

application/json
website_key
string
obbligatorio

The website key identifier in recaptcha.

Esempio:

"6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-"

website_url
string
obbligatorio

URL of the website where the recaptcha is located.

Esempio:

"https://www.google.com/recaptcha/api2/demo"

Risposta

OK, the request is successful.

token
string

Verification result.