Skip to main content

Welcome to Kallglot

Kallglot provides real-time voice translation, transcription, and AI-powered conversation analysis for your applications. Our API enables you to build multilingual communication experiences with enterprise-grade reliability.

What You Can Build

Real-time Translation

Bidirectional voice translation between 25+ languages with sub-second latency

AI Voice Agents

Deploy intelligent voice agents that understand context and speak naturally

Live Transcription

Get accurate transcripts streamed in real-time via WebSocket

Call Analytics

Analyze conversations for sentiment, intent, and key insights

Core Concepts

The Kallglot API is built around Sessions - real-time voice connections that handle audio streaming, translation, and transcription.

Sessions vs Calls

A Session represents the real-time processing connection to Kallglot. You can connect sessions to:
  • Phone calls via Twilio or Telnyx
  • WebRTC for browser-based voice
  • SIP endpoints for enterprise telephony

Session Modes

ModeDescription
bidirectional_translationBoth parties hear translated speech in their language
assistive_translationOne party hears original audio, the other hears translations
ai_agentAI-powered voice agent handles the conversation
help_chat_voiceVoice-enabled help desk with AI assistance

API Base URL

All API requests should be made to:
https://api.kallglot.com/v1

Authentication

The Kallglot API uses API keys for authentication. Include your key in the Authorization header:
Authorization: Bearer sk_live_your_api_key
Get your API key from the Developer Portal.

Quick Start

Create your first session in 5 minutes

API Reference

Complete endpoint documentation

Webhooks

Receive real-time event notifications

SDKs

Official client libraries

Need Help?