Eedesy
Book Demo
HomeProductsContact
SIP Trunking for AI Voice Agents
  • Quick Start
  • Authentication
  • SIP Termination Trunk
  • WebSocket Streaming
  • Bring Your Own Carrier
  • Overview
  • Phone Numbers
  • Calls
  • Error Codes

Related Products

  • AI Voice Agent
  • AI Voice Assistant
  • Try Free
SIP Trunking for AI Voice Agents
  • Quick Start
  • Authentication
  • SIP Termination Trunk
  • WebSocket Streaming
  • Bring Your Own Carrier
  • Overview
  • Phone Numbers
  • Calls
  • Error Codes
  1. Docs
  2. SIP Trunking for AI Voice Agents
  3. Getting Started
  4. Quick Start

Quick Start

Provision an Indian DID, register it for outbound over VoiceLink, connect your voice agent, and place a test call — end to end with real curl examples.

Quick Start

This walkthrough takes you from zero to a placed outbound call on an Indian number. Replace vp_YOUR_API_KEY with your own key throughout.

1. Get your API key

Sign in to the portal at voice-app.edesy.in to create your tenant and generate an API key. Authenticate every request with a tenant API key (starts with vp_) or a session JWT. See Authentication.

Authorization: Bearer vp_YOUR_API_KEY

2. Provision an Indian number

Buying a number gives your tenant ownership — a DB row plus the upstream VoiceLink reseller order. It does not by itself wire the number into the telephony layer; that happens explicitly in step 3.

curl -X POST https://voice-api.edesy.in/v1/dids/purchase-live \
  -H "Authorization: Bearer vp_YOUR_API_KEY" \
  -H "Content-Type: application/json"

Then list your numbers to get the phone number ID (phone_number_id) — you use it as :id in the wiring calls:

curl -H "Authorization: Bearer vp_YOUR_API_KEY" \
  https://voice-api.edesy.in/v1/phone-numbers

3. Register the number for outbound

Registering the number on the VoiceLink carrier creates the number's routing entry on the Edesy Voice Platform. This enables outbound caller-ID and is the prerequisite for inbound. The call is idempotent.

curl -X POST https://voice-api.edesy.in/v1/phone-numbers/$ID/carrier \
  -H "Authorization: Bearer vp_YOUR_API_KEY"

The response reports the live telephony state, including outbound_capable: true. See Phone Numbers for the full payload and for binding inbound to your agent.

4. Connect your platform

Point your voice agent at Edesy using whichever model fits your stack:

  • SIP termination trunk (Vapi, Retell, LiveKit) — connect via SIP
  • WebSocket audio streaming (custom agents) — connect via WebSocket
  • BYOC (your own carrier) — connect your trunk

5. Make a test outbound call

Once the number is carrier-registered, originate a call with it as the caller-ID over VoiceLink:

curl -X POST https://voice-api.edesy.in/v1/calls \
  -H "Authorization: Bearer vp_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "from": "917969002802",
    "to": "919812345678",
    "trunk": "VoiceLink"
  }'

The from number must be registered (step 3), otherwise the platform rejects the caller-ID. Setting trunk to VoiceLink routes the call over the VoiceLink carrier rather than a default-carrier lookup.

Running a custom WebSocket agent instead? Use the streaming Calls API at https://voice-api.edesy.in/v1/Accounts/{ACCOUNT_SID}/Calls — see Calls.

Next

  • Authentication
  • Phone Numbers — carrier registration and inbound binding
  • API Reference
Next
Authentication

On this page

  • 1. Get your API key
  • 2. Provision an Indian number
  • 3. Register the number for outbound
  • 4. Connect your platform
  • 5. Make a test outbound call
  • Next

Stay Updated

Get the latest updates on AI voice technology, product releases, and exclusive resources.

Get Started

Try our products for free
AI Voice Agent
Build voice AI for calls
WhatsApp AI Bot
Automate WhatsApp chats
Website Chatbot
AI chat for websites
Edesy CRM
Manage leads & customers
Book a DemoCall UsEmail Us
Eedesy

Your all-in-one platform for digital innovation. We build AI-powered solutions that transform how businesses operate.

[email protected]+91 95475 31359

Products

  • AI Voice Assistant
  • WhatsApp Voice AI
  • WhatsApp Bot Builder
  • AI Website Chatbot
  • AI-SDR
  • Number Masking
  • Shopify Apps
  • View All Products

Solutions

  • For E-commerce
  • For Healthcare
  • For Real Estate
  • For Restaurants
  • For Appointments
  • View All Use Cases

Services

  • AI Chatbot Development
  • Voice AI Development
  • Shopify Development
  • SaaS Development
  • WhatsApp API Integration
  • View All Services

Resources

  • Documentation
  • Voice Agent Docs
  • API Reference
  • Number Masking API Docs
  • Blog
  • Changelog
  • Book a Demo

Company

  • About Us
  • Contact
  • Careers
  • Privacy Policy
  • Terms of Service

Products

  • AI Voice Assistant
  • WhatsApp Voice AI
  • WhatsApp Bot Builder
  • AI Website Chatbot
  • AI-SDR
  • Number Masking
  • Shopify Apps
  • View All Products

Solutions

  • For E-commerce
  • For Healthcare
  • For Real Estate
  • For Restaurants
  • For Appointments
  • View All Use Cases

Services

  • AI Chatbot Development
  • Voice AI Development
  • Shopify Development
  • SaaS Development
  • WhatsApp API Integration
  • View All Services

Resources

  • Documentation
  • Voice Agent Docs
  • API Reference
  • Number Masking API Docs
  • Blog
  • Changelog
  • Book a Demo

Company

  • About Us
  • Contact
  • Careers
  • Privacy Policy
  • Terms of Service
  • AI Voice Assistant
  • WhatsApp Voice AI
  • WhatsApp Bot Builder
  • AI Website Chatbot
  • AI-SDR
  • Number Masking
  • Shopify Apps
  • View All Products
  • For E-commerce
  • For Healthcare
  • For Real Estate
  • For Restaurants
  • For Appointments
  • View All Use Cases
  • AI Chatbot Development
  • Voice AI Development
  • Shopify Development
  • SaaS Development
  • WhatsApp API Integration
  • View All Services
  • Documentation
  • Voice Agent Docs
  • API Reference
  • Number Masking API Docs
  • Blog
  • Changelog
  • Book a Demo
  • About Us
  • Contact
  • Careers
  • Privacy Policy
  • Terms of Service

Popular Free Tools

Compress PDFMerge PDFPDF to WordGST CalculatorEMI CalculatorSIP CalculatorJSON FormatterBase64 EncoderImage CompressorQR Code GeneratorVoice AI ROI CalculatorAmazon FBA CalculatorAI Email WriterVideo to GIFPrivacy Policy GeneratorCRM ROI CalculatorMeeting Cost Calculator
Categories:PDF ToolsDeveloper ToolsFinance CalculatorsImage ToolsVideo ToolsAI Writing ToolsAudio ToolsWhatsApp ToolsDocument GeneratorsVoice AI ToolsE-commerce ToolsView All Tools

© 2026 Edesy Technology Labs Pvt Ltd

SSL Secured
99.9% Uptime