Saltar al contenido principal
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......"
}

Autorizaciones

Authorization
string
header
requerido

Encabezados

accept
enum<string>

Specifies the format of the response from the server.

Opciones disponibles:
application/json

Cuerpo

application/json
website_key
string
requerido

The website key identifier in recaptcha.

Ejemplo:

"6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-"

website_url
string
requerido

URL of the website where the recaptcha is located.

Ejemplo:

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

Respuesta

OK, the request is successful.

token
string

Verification result.