Easy to use API to connect two callers.
US numbers only, no country code needed
Your URL to receive call data when completed.
// Example API call fetch('https://dial-api.anysoft.ai/initiate-call', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ phoneNumberA: '5551234567', phoneNumberB: '5557654321', webhookUrl: 'https://dial-api.anysoft.ai/webhook-receiver' }) })