Documentation Index
Fetch the complete documentation index at: https://docs.llmgenerator.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /auth/reset-password
This endpoint sets a new password for a user’s account, using the token sent to their email address.Request Body
The password reset token from the email.
The new password for the account. It must be at least 8 characters long.
Response
Indicates whether the password was successfully reset.
A confirmation message.