Connecting to the application backend
-
Send a request from your service backend to the VK Капча API to create a captcha session. Use the method
GET /captchaNotRobot.createSession.The method will return a link in the response to launch the widget in the frontend of your application (the
linkparameter). -
Pass the received link to the service frontend to launch the captcha widget.
-
Get the successful captcha completion token
success_tokenfrom the service frontend. -
Send a request from your service backend to the VK Капча API to validate the successful captcha completion token
success_token. Use the methodGET /captchaNotRobot.validate.The method will return the captcha completion status in the response (the
statusparameter). -
Process the user action if the token is valid.