Build powerful integrations with the SuperCX API. Comprehensive documentation for Voice AI, Messaging, and Analytics.
Get started with the SuperCX API in minutes. Install our SDK and make your first API call.
npm install @supercx/sdkLog into the SuperCX dashboard and navigate to Settings → API Keys
Use the example on the right to initiate an outbound call
// Initialize SuperCX client
import { SuperCX } from '@supercx/sdk';
const client = new SuperCX({
apiKey: process.env.SUPERCX_API_KEY,
});
// Make an outbound call
const call = await client.calls.create({
to: '+919876543210',
from: '+918765432100',
voice: 'sophia-hindi',
script: 'greeting-template',
metadata: {
customerId: 'cust_123',
campaignId: 'camp_456',
},
});
console.log(`Call initiated: ${call.id}`);Secure authentication with scoped API keys
Real-time event notifications
Official SDKs for Node.js, Python, Go
Generous limits for enterprise scale
Explore our comprehensive API endpoints.
/v1/calls/outbound/v1/calls/inbound/config/v1/calls/{id}/v1/calls/{id}/recording/v1/messages/send/v1/conversations/{id}/v1/webhooks/configure/v1/analytics/calls/v1/analytics/conversations/v1/analytics/sentimentGet your API key and start integrating SuperCX into your applications today.