Build the Future with BahaTech APIs

Access our powerful Neural Engine, Swarm Matrix, and BahaCAD rendering APIs. Integrate autonomous AI directly into your applications.

API Documentation (Enterprise Preview)

Otonom Swarm sistemlerimizi, OSINT raporlama motorumuzu ve Generative CAD altyapımızı kendi uygulamalarınıza entegre edin.

POST Deploy Swarm Agent

BahaTech Swarm Matrix üzerinden, belirli bir role sahip otonom AI ajanı (Digital Employee) başlatır.

Python SDK (Agent Initialization)
import bahatech_sdk

client = bahatech_sdk.Client(api_key="BT_LIVE_XXXXXXXXXXXXXXXXXXXX")

agent = client.deploy_agent(
    role="Customer Support Lead",
    knowledge_base_id="kb_98412",
    autonomy_level="AGI-4"
)

response = agent.execute_task("Kullanıcının fatura itirazını analiz et ve iade sürecini başlat.")
print(response.action_log)

POST Initialize OSINT Scan

Hedef şirket domaini için tam otomatik Dark Web / Clear Web taraması başlatır ve PDF rapor döner.

cURL Request
curl -X POST https://api.bahatechsoftware.com/v2/osint/scan \
  -H "Authorization: Bearer BT_LIVE_XXXXXXXXXXXXXXXXXXXX" \
  -H "Content-Type: application/json" \
  -d '{
    "target_domain": "example.com",
    "scan_depth": "deep_web",
    "generate_pdf": true
  }'

Developer Sandbox'a Katılın

10,000 ücretsiz kredi ile BahaTech AGI altyapısını hemen test etmeye başlayın.

GitHub ile Giriş Yap Enterprise API İste