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/forgot-password
This endpoint sends a password reset email to the user. It is a public endpoint and does not require authentication.Request Body
The email address of the user who has forgotten their password.
Response
Indicates whether the request was accepted. For security reasons, this will always be
true even if the email does not exist in the system.A confirmation message.