---
title: "Verify"
method: POST
path: "/auth/verify"
tags: ["Auth"]
---

# Verify

`POST /auth/verify`

Verify your account using the 6-digit code sent to your email.

On success, the API key used in the Authorization header is upgraded
from read-only to full access.

## Request body

- VerifyRequest
  - `code` string, required — 6-digit verification code from email

## Response `200`

Successful Response

- VerifyResponse
  - `verified` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/trynia/apis/nia-ai-api.md) · [All operations](https://skmtc.net/trynia/apis/nia-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trynia/nia-ai-api/versions/d216ffc3efb6/schema)
