Documentation
Silux Call Documentation
Everything you need to integrate and use the Silux Call platform. From quick starts to advanced API references.
Browse by Category
Getting Started
Quick start guides to get you up and running
- Platform Overview
- Creating Your Account
- Your First Phone Number
- Making Your First Call
- Setting Up Call Routing
Phone Numbers
Provision and manage virtual phone numbers
- Number Types & Capabilities
- Purchasing Numbers
- Number Porting
- Regulatory Compliance
- Number Management API
Call Routing & IVR
Configure intelligent call flows
- Routing Rules Overview
- IVR Builder Guide
- Time-Based Routing
- Hunt Groups & Queues
- Voicemail Configuration
Smart Voice Integration
Connect intelligent voice agents to your calls
- Smart Voice Overview
- Webhook Configuration
- WebSocket Streaming
- Custom Voice Agents
- Transcription & Analysis
Security & Payments
Secure payment collection and compliance
Multi-Tenant
Manage organizations and users
API Quick Start
Get started with the Silux Call API in minutes. Install our SDK, authenticate, and make your first API call.
# Install the SDK
npm install @ai-voip/sdk
# Initialize client
import { AIVoip } from '@ai-voip/sdk';
const client = new AIVoip({
apiKey: 'your-api-key'
});
apiKey: 'your-api-key'
});
// Make a call
await client.calls.create({
to: '+15551234567',
from: '+15559876543'
});
await client.calls.create({
to: '+15551234567',
from: '+15559876543'
});
Need Help?
Can't find what you're looking for? Our support team is here to help.