AImanager API Flow Visualizer

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.

Step 1

Register

POST /auth/register creates a user.

Step 2

Login

POST /auth/login returns Bearer token.

Step 3

Auth Info

GET /auth/information with Authorization header.

Step 4

Chat

POST /chat for AI response and chat_id.

Step 5

History

GET /history and GET /history/:id.

Current Token
No token
Current Chat Id
No chat selected
Current User
Unknown

Register

Create an account first.

POST /auth/registeridle
No request yet.

Login

Get access token by username or email.

POST /auth/loginidle
No request yet.

Auth Information

Use the token from login to call protected endpoint.

GET /auth/informationidle
No request yet.

Forgot Password

Request a reset link to be sent to your email.

POST /auth/forgot-passwordidle
No request yet.

Reset Password

Use token from reset email to set a new password.

POST /auth/reset-passwordidle
No request yet.

Chat

Send a prompt to create or continue a conversation.

POST /chatidle
No request yet.

History List + Search

Inspect your recent chat headers.

GET /history (+ /search)idle
No request yet.

History Details

Load full turns for a selected chat id.

GET /history/:ididle
No request yet.