SmartDM.ai API
Instagram DM Auto-Reply System with RAG capabilities.
API Endpoints
POST /api/rag- Process RAG query and generate replyPOST /api/ingest- Ingest documents into knowledgebasePOST /api/webhook-test- Test webhook flowGET /api/health- Health check endpoint
Quick Start
# Health check
curl https://your-domain.vercel.app/api/health
# RAG query
curl -X POST https://your-domain.vercel.app/api/rag \
-H "Content-Type: application/json" \
-H "X-API-Key: your-api-key" \
-d '{"company_id": "uuid", "query": "Ürün fiyatları nedir?"}'For detailed documentation, see the project README.