> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/api-v3/account/security/reset-password.md).

# Reset password

Starts a reset password flow by sending a reset password token to the email associated with your account this token can be used in at the [validate password endpoint](/developers/api-v3/account/security/validate-password.md) to set a new password.

| **Description** | Initiates a password reset         |
| --------------- | ---------------------------------- |
| **Endpoint**    | `/account/security/password/reset` |
| **Method**      | POST                               |

### Access Level Rules

| **Minimum Access Level** | None |
| ------------------------ | ---- |

### Processing Units

| **Processing units** | 0 |
| -------------------- | - |

### Parameters

<table><thead><tr><th>Name</th><th width="312">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>email</code></td><td>The email address of the Ellipsis Drive account for which to reset the password.</td><td>true</td><td></td></tr></tbody></table>
