Node.js SDK
De officiële Node.js SDK voor Loxia AI API. Ideaal voor Next.js, Express en ruwe Node serveromgevingen.
npm install loxia-aiVoorbeeld van gebruik:
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
De Python clientbibliotheek voor Loxia AI API. Perfect voor Django, Flask of achtergrondwerkers.
pip install loxia-aiVoorbeeld van gebruik:
import loxia
client = loxia.Client(api_key="YOUR_API_KEY")
client.calls.create(to="+1234567890", agent_id="ag_123")Web Widget (React)
Inzetbare React-component voor inkomende voicechat direct op je website.
npm install @loxia-ai/react-widgetPlaats eenvoudig <LoxiaVoiceWidget agentId="ag_123" /> in je componentenboom.
Paginadetails
Documenttype
Officiële Documentatie
Laatst bijgewerkt
26 juni 2026
Ondersteuning
Neem contact opProduct
Boek een demo