메인 콘텐츠로 건너뛰기
POST
/
captcha
/
token
/
hcaptcha
Token Hcaptcha
curl --request POST \
  --url https://api.acedata.cloud/captcha/token/hcaptcha \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "website_key": "a5f74b19-9e45-40e0-b45d-47ff91b7a6c2",
  "website_url": "https://accounts.hcaptcha.com/demo"
}
'
{
  "token": "P1_eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1Ni......"
}

인증

Authorization
string
header
필수

헤더

accept
enum<string>

Specifies the format of the response from the server.

사용 가능한 옵션:
application/json

본문

application/json
website_key
string
필수

The website key identifier in recaptcha.

예시:

"a5f74b19-9e45-40e0-b45d-47ff91b7a6c2"

website_url
string
필수

URL of the website where the recaptcha is located.

예시:

"https://accounts.hcaptcha.com/demo"

응답

OK, the request is successful.

token
string

Verification result.