Documentation

Silux Call Documentation

Everything you need to integrate and use the Silux Call platform. From quick starts to advanced API references.

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'
});
// Make a call
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.