Skip to main content
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......"
}

Authorizations

Authorization
string
header
required

Headers

accept
enum<string>

Specifies the format of the response from the server.

Available options:
application/json

Body

application/json
website_key
string
required

The website key identifier in recaptcha.

Example:

"6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-"

website_url
string
required

URL of the website where the recaptcha is located.

Example:

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

Response

OK, the request is successful.

token
string

Verification result.