Watermelonn Platform API
Welcome to the official API docs for platform.watermelonn.app. The backend exposes two API domains:- Chat API for customer-facing widget interactions.
- Admin API for dashboard and tenant operations.
Base URL
Architecture at a glance
- End users interact with the chat widget.
- Widget sends authenticated requests to
/api/v1/chat/*or/ws. - Backend detects intent, executes tenant-configured actions, and escalates to humans when needed.
- Admin users manage tenants, intents, analytics, and tickets through
/api/v1/admin/*.