🏆 1st Place ElevenLabs Hackathon$20,000🚀 EBRD Star Venture ProgramSelected🥈 2nd Place Sevan Startup SummitTop 10☁️ Google Cloud Grant$25,000🏆 1st Place ElevenLabs Hackathon$20,000🚀 EBRD Star Venture ProgramSelected🥈 2nd Place Sevan Startup SummitTop 10☁️ Google Cloud Grant$25,000
</> Developer API

API & Webhooks

Pentru developers

GDPR CompliantSOC 2 Type II4.8/5 Rating100+ Clienți

Build with Kallina API

REST API complet pentru integrare programatică. Inițiază apeluri, primește events în real-time prin webhooks, importă date, și controlează totul din codul tău.

REST
API Type
JSON
Format
1000
Req/min
99.9%
Uptime

Endpoint-uri Principale

https://api.kallina.info/v1
POST/calls/initiate
GET/calls/{id}
GET/calls/{id}/transcript
GET/calls/{id}/recording
POST/campaigns
POST/contacts/import

Exemplu Quick Start

initiate_call.py
import kallina

client = kallina.Client(api_key="sk_live_...")

# Inițiază un apel
call = client.calls.create(
    to="+37369123456",
    agent_id="agent_abc123",
    variables={
        "client_name": "Ion Popescu",
        "order_id": "#12345"
    },
    webhook_url="https://your-app.com/webhook"
)

print(f"Call initiated: {call.id}")
# Output: Call initiated: call_xyz789

Webhook Events

call.started

Apelul a început

call.answered

Clientul a răspuns

call.ended

Apelul s-a încheiat

call.transferred

Transferat la agent uman

lead.qualified

Lead calificat de AI

appointment.booked

Programare făcută

Webhook Payload

POST /your-webhook-endpoint
{
  "event": "call.ended",
  "timestamp": "2025-12-20T14:32:00Z",
  "data": {
    "call_id": "call_xyz789",
    "duration": 234,
    "status": "completed",
    "outcome": "lead_qualified",
    "sentiment": "positive",
    "transcript_url": "https://api.kallina.info/v1/calls/xyz789/transcript",
    "recording_url": "https://api.kallina.info/v1/calls/xyz789/recording",
    "variables": {
      "client_name": "Ion Popescu",
      "appointment_date": "2025-12-22T10:00:00Z"
    }
  }
}

SDK-uri Oficiale

🐍
Python
Available
🟢
Node.js
Available
🐘
PHP
Available
💎
Ruby
Coming Soon
🔵
Go
Coming Soon
Java
Coming Soon

Autentificare

API Keys

  • Test keys: sk_test_...
  • Live keys: sk_live_...
  • Bearer token în header

Header Format

Authorization: Bearer sk_live_...

Rate Limits

100
req/min
Basic Plan
500
req/min
Professional
1000+
req/min
Enterprise

Resurse Dezvoltatori

Începe Astăzi

Explorează API-ul

Cere acces la documentație și API keys.

Setup în 24 oreSuport dedicatGDPR compliant

Rămâi la curent

Obține cele mai recente știri despre tehnologia de apelare AI și actualizările platformei

Made with ♡ by Kallina AI Team — 2025