Call2Me

Knowledge Base Setup

Add context to your agent with RAG-powered retrieval

Intermediate15 min

Create a KB with text content, URLs, or file uploads. The content will be chunked and embedded automatically.

bash
curl -X POST https://api.call2me.app/v1/knowledge-base \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "knowledge_base_name": "Product FAQ",
    "knowledge_base_texts": [
      {"title": "İade Politikası", "text": "14 gün içinde iade kabul edilmektedir."},
      {"title": "Kargo Süresi", "text": "Siparişler 1-3 iş günü içinde kargoya verilir."}
    ],
    "knowledge_base_urls": ["https://example.com/faq"]
  }'
Next Guide

Webhook Integration

Continue

Need Help?

Check out our API docs or reach out to support.