Node.js SDK
The official Node.js SDK for Loxia AI API. Ideal for Next.js, Express, and raw Node server environments.
npm install loxia-aiUsage example:
const Loxia = require('loxia-ai');
const loxia = new Loxia({ apiKey: process.env.LOXIA_API_KEY });await loxia.calls.create({ to: '+1234567890', agentId: 'ag_123' });
Python SDK
The Python client library for Loxia AI API. Perfect for Django, Flask, or background workers.
pip install loxia-aiUsage example:
import loxia
client = loxia.Client(api_key="YOUR_API_KEY")
client.calls.create(to="+1234567890", agent_id="ag_123")Web Widget (React)
Drop-in React component for inbound voice chat directly on your website.
npm install @loxia-ai/react-widgetSimply place <LoxiaVoiceWidget agentId="ag_123" /> in your component tree.
Page Details
Document Type
Official Documentation
Last Updated
June 26, 2026
Support
Contact SupportProduct
Book a Demo