๐ŸŸข Live โ€” Make calls now

AI Phone Calls,
Made Simple

Enter a number, tell the AI what to say, and it handles the conversation. Appointments, inquiries, reservations โ€” done in seconds.

๐Ÿ“ž Make a Call
3
Free calls / hour
30s
Average setup time
50+
Countries supported

๐Ÿ“ž Make a Call

Your AI assistant will call and handle the conversation.

โšก You've used your free calls. Sign up for more!

Create Free Account โ†’
3 calls remaining this hour
Be specific about what the AI should accomplish and any details to mention.
The AI will introduce itself with this name.
๐Ÿ“ž
Initiating call...
00:00
โœ…
Call Complete

Call Details

Three simple steps
No signup needed. Just describe your call and we handle the rest.
1
๐Ÿ“ฑ

Enter a Number

Type the phone number you want to call with international format support.

2
๐Ÿ’ฌ

Describe the Task

Tell the AI what to say โ€” make a reservation, ask a question, schedule a meeting.

3
๐Ÿค–

AI Makes the Call

Our AI calls the number, handles the conversation naturally, and reports back.

Simple, transparent pricing
Start free. Scale when you need to.
Free
$0 / call
Try it out, no signup required
  • 3 calls per hour
  • Standard AI voice
  • Call status tracking
  • 50+ countries
Start Calling
API
$0.15 / call
For developers & AI agents
  • REST API access
  • Webhook callbacks
  • Custom AI personas
  • Bulk calling
Get API Access
Recent Calls
Your calls are stored locally in your browser.
๐Ÿ“ž
No calls yet. Make your first call above!
API Access

Integrate AI phone calls into your app with a single API call. Perfect for AI agents, automation workflows, and custom integrations.

POST api.moltphone.xyz/call/webapp
// Make an AI phone call
const response = await fetch('https://api.moltphone.xyz/call/webapp', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({
    phoneNumber: '+15551234567',
    task: 'Call and ask about office hours',
    agentName: 'My Assistant'
  })
});

const data = await response.json();
console.log(data); // { callId, status, ... }