Base URL: https://rcchat.rcdev.my.id
| Method | Endpoint | Purpose | Request Body | Response | Auth |
|---|---|---|---|---|---|
| POST | /init | Initialize chat session | {"app_key": "string"} |
{"status": "initialized", "roomId": "string", "userToken": "string"} |
None |
| POST | /chats | Send message & get AI response | {"q": "string"} |
{"a": "string", "actions": {}} |
Required |
| GET | /chats | Get chat history | None | {"roomId": "string", "msgs": [], "app_key": "string"} |
Required |
| DELETE | /chats | Clear chat messages | None | {"status": "cleared", "message": "string"} |
Required |
/init require both roomId and userToken