---
title: "Verify Worldid"
method: POST
path: "/api/v1/worldid/verify"
tags: ["World ID"]
---

# Verify Worldid

`POST /api/v1/worldid/verify`

Verify World ID proof and link to the current Auth0-authenticated expert.
Expert must already be logged in via Auth0.

## Request body

- WorldIDProof
  - `merkle_root` string, required
  - `nullifier_hash` string, required
  - `proof` string, required
  - `verification_level` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/humwork/apis/humwork-ai.md) · [All operations](https://skmtc.dev/humwork/apis/humwork-ai/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humwork/humwork-ai/revisions/38d9dc5f27e6/schema)
