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/refresh
Use this endpoint to obtain a new access token when the old one expires. You must provide a valid refresh token.This endpoint implements token rotation for enhanced security. Each time you refresh, you receive a new refresh token and the old one is automatically revoked.
Request Body
The refresh token that was provided during login or a previous refresh.
Response
Indicates if the refresh was successful.
Human-readable status message.
An object containing the new authentication tokens.