---
title: "RedeemCaptcha"
method: POST
path: "/share/v1/captcha/redeem"
tags: ["share_captcha"]
---

# RedeemCaptcha

`POST /share/v1/captcha/redeem`

RedeemCaptcha

## Headers

- `X-KB-ID` string, required

## Request body

- ConstsRedeemCaptchaReq
  - `solutions` integer[]
  - `token` string

## Response `200`

OK

- GocapVerificationResult
  - `expires` integer — 过期时间,毫秒级时间戳
  - `message` string
  - `success` boolean
  - `token` string — 验证令牌

---

[API](https://skmtc.dev/chaitin/apis/panda-wiki-api.md) · [All operations](https://skmtc.dev/chaitin/apis/panda-wiki-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaitin/panda-wiki-api/revisions/c088839a56db/schema)
