BTEKAGENT CREAT
AIECOSYSTEM
Developer Hub — API & SDK Ecosystem

Build with BtekAI APIs

Integrate 50,000+ prompts, omnichannel AI agents, RAG knowledge bases, and real-time analytics into your product with a single REST API.

50K+

Prompts

7

API Endpoints

4+

Platforms

99.9%

Uptime SLA

Three Massive Content Libraries

Each library is SEO-optimized, growing, and accessible via API

Quick Start

import requests

API_KEY = "btek_your_api_key"
BASE_URL = "https://api.promt.btekai.com"

# Create an AI agent
agent = requests.post(f"{BASE_URL}/api/agents", 
    headers={"Authorization": f"Bearer {API_KEY}"},
    json={
        "name": "Trendyol Customer Support",
        "platform": "whatsapp",
        "system_prompt": "Sen yardımcı bir müşteri destek asistanısın.",
        "tools": ["search_knowledge_base", "get_order_status"]
    }
).json()

print(f"Agent created: {agent['id']}")

API Endpoints

GET/api/prompts
POST/api/agents
POST/rag/upload-document
POST/rag/search
POST/api/omnichannel/webhook/{platform}
GET/api/omnichannel/platforms
POST/rag/human-handoff
GET/rag/analytics/summary/{id}

📚 Full Interactive API Documentation

All endpoints include request/response examples, authentication details, and live testing via Swagger UI.

Open Swagger Docs

Start Building Today

Free tier includes 1,000 API calls/month, access to full prompt library, and 1 AI agent.