Priscy / README.md
Trigger82's picture
Update README.md
3a128e3 verified
---
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"