validate_captcha_token
Validates a CaptchaLa pass token to confirm the captcha was solved correctly, preventing automated abuse.
Instructions
Validate a CaptchaLa pass token against the CaptchaLa API. Requires App Key/Secret (per-call or env).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pass_token | Yes | The pass token returned to the client after solving the captcha. | |
| client_ip | No | Optional end-user IP to bind/verify against. | |
| app_key | No | App Key override (else CAPTCHALA_APP_KEY env). | |
| app_secret | No | App Secret override (else CAPTCHALA_APP_SECRET env). |