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
- application/json
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
- 200
Response Headers
- application/json
- Schema
- Example (from schema)
- Example
Schema
captcha_token Verification code token (string)required
expires_in Expiration Time, default 600 seconds (integer)required
{
"captcha_token": "string",
"expires_in": 0
}
{
"captcha_token": "v1.aC_uW2NycHQOSR7w0V7U4RtK5aYN-pTwGMhoIenRvZI0rsCSeRNG80dA3DcSnJSOsRVoZu4tDU1-N1zsFgcdoEIZttimdkGtQpbJ3Dud9Oou",
"expires_in": 600
}
Loading...