http://localhost:8000/api
Login and get access token.
{ "username": "admin", "password": "admin123" }Register a new user.
Get all conversations.
Create a new conversation.
Send a message and get AI response.
List all uploaded files.
Upload a file (multipart/form-data).
Delete a file.
List all workflows.
Create a new workflow.
Pause a running workflow.
Resume a paused workflow.
Get all memory entries.
Create a new memory entry.
Delete a memory entry.
Health check endpoint.