---
title: "Complete Captcha"
method: POST
path: "/verify/captcha/complete"
tags: ["verify"]
---

# Complete Captcha

`POST /verify/captcha/complete`

Verify a Turnstile token and record the captcha step.

The gate links no account, so this records a provider='captcha' row with no account_id.

## Request body

- CaptchaSubmission
  - `state` string, required
  - `token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/monni/apis/fastapi.md) · [All operations](https://skmtc.dev/monni/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/monni/fastapi/revisions/cb425a6a2d4c/schema)
