---
title: "RedeemCaptcha"
method: POST
path: "/api/v1/public/captcha/redeem"
tags: ["【验证码】"]
---

# RedeemCaptcha

`POST /api/v1/public/captcha/redeem`

RedeemCaptcha

## Request body

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

## Response `200`

OK

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

---

[API](https://skmtc.net/chaitin/apis/untitled-api.md) · [All operations](https://skmtc.net/chaitin/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaitin/untitled-api/versions/5a5929cb17f2/schema)
