Carrier-grade voice APIs, SIP trunking, and real-time telephony built for AI companies. Go live in minutes.
From raw SIP to programmable calling APIs — the complete infrastructure stack for voice AI products.
The complete pipeline for building production-grade voice AI — from SIP to LLM and back to speaker in under 300ms.
A single API call triggers a carrier-grade call flow across our global telephony network.
REST-first design. Idiomatic SDKs. Webhook events. Comprehensive docs. Everything a developer needs to build without friction.
# Make an outbound AI call curl -X POST \ https://api.dotvoice.ai/v1/calls \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json' \ -d '{ "from": "+918031448537", "to": "+919876543210", "answer_url": "https://yourapp.com/answer", "stream_url": "wss://yourapp.com/audio", "record": true, "ai_mode": true '}' # Response { "call_id": "call_7f3a9b2c1d4e", "status": "queued", "latency": 74, "trunk": "in-mumbai-1" }
import { DotVoice } from '@dotvoice/sdk'; const dv = new DotVoice({ apiKey: process.env.DV_KEY }); const call = await dv.calls.create({ from: '+918031448537', to: '+919876543210', streamUrl: 'wss://yourapp.com/audio', aiMode: true, }); console.log(call.callId); // call_7f3a9b2c1d4e
From inbound support bots to outbound sales dialers — the voice stack for every AI use case.
Built for enterprises that need carrier-grade reliability, global reach, and compliance from day one.
Native integrations with the leading AI voice platforms, models, and infrastructure tools.
No credit card required. Free tier includes 100 minutes of calls and full API access.