Mock API Service - Development Mode
Register a new user
{ "username": "...", "email": "...", "password": "..." }
Login and get JWT token
FormData: username, password
Get current user
Headers: Authorization: Bearer {token}
Send message to AI
{ "message": "..." }
This is a mock API for development. Deploy the full backend to Railway for production use.
Backend repo: BlackRoad-Operating-System/backend