--- title: 𝕴 𝖆𝖒 𝖍𝖎𝖒 API emoji: 🚀 colorFrom: green colorTo: blue sdk: docker pinned: true license: mit short_description: Test --- # 𝕴 𝖆𝖒 𝖍𝖎𝖒 Chat API Emotionally intelligent chatbot API with memory. Use the endpoint below to integrate with your applications. ## API Endpoints ### Chat Endpoint `POST /chat` **Parameters:** - `query`: Your message (required) - `session_id`: Conversation ID (optional, default="default") **Example:** ```bash curl -X POST "https://ochinpo-helper.hf.space/chat" \ -d "query=How's it going?" \ -d "session_id=user123"