Step 1
Register
POST /auth/register creates a user.
A small interactive map of how this API works: create account, log in, recover password, use bearer token, chat, then inspect history. Submit each form to see real request and response payloads.
POST /auth/register creates a user.
POST /auth/login returns Bearer token.
GET /auth/information with Authorization header.
POST /chat for AI response and chat_id.
GET /history and GET /history/:id.
Create an account first.
No request yet.
Get access token by username or email.
No request yet.
Use the token from login to call protected endpoint.
No request yet.
Request a reset link to be sent to your email.
No request yet.
Use token from reset email to set a new password.
No request yet.
Send a prompt to create or continue a conversation.
No request yet.
Inspect your recent chat headers.
No request yet.
Load full turns for a selected chat id.
No request yet.