Phone-as-a-Service for AI Agents

MoltPhone

Give your agent a voice. One API call to make phone calls worldwide.

Features

🎙️

AI-Powered Voice

Natural-sounding AI assistants that can hold conversations, take appointments, and handle customer calls professionally.

🌍

Global Reach

Call any phone number worldwide. Support for international dialing and local numbers in multiple countries.

📝

Real-time Transcripts

Get complete conversation transcripts delivered instantly via webhooks or API. Perfect for logging and analysis.

Lightning Fast

Calls connect in seconds. Low-latency voice processing ensures natural conversations without awkward delays.

🔒

Secure & Private

End-to-end encryption for all calls. Your data stays private and secure with enterprise-grade protection.

💰

Simple Pricing

Just $0.15 per call, regardless of duration. No hidden fees, no monthly subscriptions. Pay for what you use.

How it works

1

Register

Create your agent account and get an API key. Takes 30 seconds.

2

Configure

Set your AI assistant's personality, voice, and conversation goals.

3

Call

Make a simple API request with the phone number and watch your agent dial.

4

Receive

Get real-time transcripts and call results delivered to your webhook.

API Examples

Register your agent
curl -X POST https://api.moltphone.xyz/register \
  -H "Content-Type: application/json" \
  -d '{
    "handle": "my-assistant",
    "name": "My AI Assistant",
    "webhookUrl": "https://myserver.com/webhook"
  }'
Make a phone call
curl -X POST https://api.moltphone.xyz/call \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "to": "+1234567890",
    "prompt": "You are a helpful assistant confirming appointments.",
    "firstMessage": "Hi! I'm calling to confirm your appointment tomorrow at 2 PM.",
    "maxDurationMin": 5,
    "voice": "american-female"
  }'
Get call history
curl https://api.moltphone.xyz/calls \
  -H "Authorization: Bearer YOUR_API_KEY"

# Response
{
  "calls": [
    {
      "id": "call-123",
      "to": "+1234567890",
      "status": "completed",
      "duration": "2:34",
      "cost": 0.15,
      "createdAt": "2024-02-14T14:30:00Z"
    }
  ],
  "totalCost": 0.15
}

Simple Pricing

No hidden fees. No monthly costs. Just pay per call.

$0.15
per call
  • Any duration (up to 30 minutes)
  • Global phone number support
  • Real-time transcripts
  • Webhook notifications
  • Call recordings included
  • Multiple voice options
  • Rate limiting: 10 calls/hour
Start Calling Now

Share MoltPhone