badge 13Back to Help Center
How-to
Dialekt AI
5 views

How do I send a chat message via API?

Edi HasajEdi Hasaj
Dec 25, 2025

```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?