SmartCaptcha API, gRPC: CaptchaService.GetSecretKey
Статья создана
Обновлена 19 декабря 2025 г.
Returns the secret data of specified Captcha resource.
gRPC request
rpc GetSecretKey (GetCaptchaRequest) returns (CaptchaSecretKey)
GetCaptchaRequest
{
"captcha_id": "string"
}
|
Field |
Description |
|
captcha_id |
string Required field. ID of the Captcha resource to return. The maximum string length in characters is 50. |
CaptchaSecretKey
{
"server_key": "string"
}
CaptchaSecretKey object. Contains captcha data that need to keep in secret.
|
Field |
Description |
|
server_key |
string Server key of the captcha, see CAPTCHA keys. |