Back to Help Center
Edi HasajDec 25, 2025
How-to
Dialekt AI6 views
How do I send a chat message via API?
```bash curl -X POST https://api.dialektai.com/api/v1/chat/sessions/{sessionId}/message \ -H "X-API-Key: your-api-key" \ -H "Content-Type: application/json" \ -d '{ "message": "Show top 10 customers", "database_id": "db-123" }' ```
Was this article helpful?