šŸ† We wonĀ 1st Place at ElevenLabs Hackathon – $20,000 for our AI AgentsšŸš€Ā EBRD selected Aichat.mdĀ for the prestigious Star Venture Program🄈 2nd Place at Sevan Startup Summit – $6,000 award for Aichat.mdšŸ…Ā Winner of the YoHealth ChallengeĀ at SevanšŸš€Ā Backed by Google Cloud – $25K grant to scale our AI infrastructurešŸ”„Ā Part of UpNext AcceleratorĀ by Dreamups – with $10K start funding to grow Aichat.mdšŸ† We wonĀ 1st Place at ElevenLabs Hackathon – $20,000 for our AI AgentsšŸš€Ā EBRD selected Aichat.mdĀ for the prestigious Star Venture Program🄈 2nd Place at Sevan Startup Summit – $6,000 award for Aichat.mdšŸ…Ā Winner of the YoHealth ChallengeĀ at SevanšŸš€Ā Backed by Google Cloud – $25K grant to scale our AI infrastructurešŸ”„Ā Part of UpNext AcceleratorĀ by Dreamups – with $10K start funding to grow Aichat.mdšŸ† We wonĀ 1st Place at ElevenLabs Hackathon – $20,000 for our AI AgentsšŸš€Ā EBRD selected Aichat.mdĀ for the prestigious Star Venture Program🄈 2nd Place at Sevan Startup Summit – $6,000 award for Aichat.mdšŸ…Ā Winner of the YoHealth ChallengeĀ at SevanšŸš€Ā Backed by Google Cloud – $25K grant to scale our AI infrastructurešŸ”„Ā Part of UpNext AcceleratorĀ by Dreamups – with $10K start funding to grow Aichat.md

Portal Dezvoltatori

Totul ce ai nevoie pentru a construi cu Kallina.ai. API-ul cel mai puternic și simplu de integrat din industrie.

Ǝncepe Ć®n 5 Minute

1

Obține API Key

Creează contul și primește cheia API Ć®n cĆ¢teva secunde

kallina_api_key_xyz123
2

Prima Integrare

Codul pentru primul tău agent vocal

curl -X POST api.kallina.ai/v1/agents
3

Testează Live

Vezi agentul tău funcționĆ¢nd Ć®n timp real

Exemple de Cod

JavaScript / Node.js

import { KallinaAI } from '@kallina/sdk';

const kallina = new KallinaAI({
  apiKey: 'your_api_key',
  region: 'eu-central-1'
});

// Creează un agent nou
const agent = await kallina.agents.create({
  name: 'Ana Sales',
  voice: 'ro-RO-female-warm',
  personality: 'professional-friendly',
  industry: 'restaurant'
});

// Ǝncepe o conversație
const call = await agent.startCall({
  phoneNumber: '+40712345678',
  context: {
    customerName: 'Ion Popescu',
    previousOrders: ['pizza-margherita']
  }
});

Python

from kallina import KallinaAI

kallina = KallinaAI(
    api_key="your_api_key",
    region="eu-central-1"
)

# Creează un agent nou
agent = kallina.agents.create(
    name="Ana Sales",
    voice="ro-RO-female-warm",
    personality="professional-friendly",
    industry="restaurant"
)

# Ǝncepe o conversație
call = agent.start_call(
    phone_number="+40712345678",
    context={
        "customer_name": "Ion Popescu",
        "previous_orders": ["pizza-margherita"]
    }
)

SDK-uri Oficiale

⚔

JavaScript

Node.js & Browser

ā—ˆ

Python

pip package

ā—Š

Ruby

gem package

ā—Ž

Mobile

iOS & Android

Funcționalități API

Ce poți construi:

Agenți vocali personalizați

Cu personalitate, voce și comportament unic

Integrări complexe

CRM, calendare, baze de date, sisteme ERP

Workflow-uri automate

Procese business complete cu AI vocal

Analytics și monitoring

Dashboard-uri personalizate cu metrici detaliate

Specificații Tehnice

Latență răspuns< 100ms
Rate limit1000 req/min
Uptime99.9%
Regiuni12 globale
Limbi suportate40+
WebhooksReal-time

Enterprise SLA

99.99% uptime garantat

Webhooks Ʈn Timp Real

Primește evenimente live

Fii notificat instant pentru fiecare eveniment important din conversațiile tale

call.started
conversation.updated
action.completed
call.ended

Exemplu Webhook

{
  "event": "call.ended",
  "timestamp": "2025-01-23T10:30:00Z",
  "data": {
    "call_id": "call_xyz123",
    "agent_id": "agent_ana_sales",
    "duration": 180,
    "outcome": "appointment_booked",
    "customer": {
      "phone": "+40712345678",
      "name": "Ion Popescu"
    },
    "actions": [
      {
        "type": "calendar_booking",
        "details": {
          "date": "2025-01-25",
          "time": "14:00",
          "service": "consultation"
        }
      }
    ],
    "sentiment": "positive",
    "satisfaction": 0.92
  }
}

Comunitatea Dezvoltatorilor

Discord Comunitate

Peste 1,200 dezvoltatori activi care construiesc cu Kallina.ai

GitHub Samples

Exemple de cod, template-uri și boilerplate pentru toate framework-urile

Nivele de Suport

Community

Gratuit
  • • Documentație completă
  • • Discord comunitate
  • • GitHub samples
  • • Tutorial video

Developer

€99/lună
  • • Tot din Community +
  • • Email support 24h response
  • • Video call consultanță
  • • Priority bug fixes

Enterprise

Custom
  • • Tot din Developer +
  • • Dedicated account manager
  • • Custom integrations
  • • SLA personalizat

Ǝncepe cu Kallina.ai

Transformă-ți afacerea cu primul angajat digital perfect instruit

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