yCAPTCHAyCAPTCHA
Api reference

Submit challenge answer

Submits the user's image selections for verification. Called automatically by the widget — you do not need to call this directly.

POST
/api/v0/captcha/verify

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://ycaptcha.xyspg.moe/api/v0/captcha/verify" \  -H "Content-Type: application/json" \  -d '{    "sessionToken": "string",    "selectedIndices": [      8    ]  }'
{
  "success": true,
  "token": "string"
}
Empty
Empty