---
title: "Request a password reset"
method: POST
path: "/auth/request-password-reset"
tags: ["Auth"]
---

# Request a password reset

`POST /auth/request-password-reset`

Send a password reset link if the account exists; always succeeds to prevent enumeration.

## Headers

- `origin` string, nullable

## Request body

- PasswordResetRequestIn
  - `email` string, email, required — Email address of the account to send a reset link to.

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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