Skip to main content

Verify Image Verification Code

POST 

/auth/v1/captcha/data/verify

API Description

Verify the captcha image to get captcha_token. Refer to the API, Get Image Verification Code] The obtained verification code is displayed on the user interface, and the user verifies it after recognition to obtain captcha_token.

Request

Body

    token Verification code verification token (string)required

    Obtained from the /auth/v1/captcha/data interface

    key Text content identified in the verification code (string)required

Responses

Response Headers
    Schema
      captcha_token Verification code token (string)required
      expires_in Expiration Time, default 600 seconds (integer)required
    Loading...