Skip to main content

Initialize Image Verification Code

POST 

/auth/v1/captcha/init

Simple captcha service. Authentication steps: 1. Display the captcha 2. User verification 3. Enter the captcha TOKEN into the corresponding service

Request

Body

required
    redirect_uri string
    state Business additional parameters. During backend verification, they will be returned as is. Up to 8 meta fields can be added. For sensitive data in business additional parameters, please use MD5 (string)

Responses

A successful response.

Schema
    url string
    captcha_token If the backend determines that no verification is needed, it directly returns the captcha_token (string)
    expires_in int32
Loading...