Make international phone calls to any country. Low per-minute rates. Pay with PayPal or UPI.
Make international phone calls to family and friends anywhere in the world.
POST https://ringez-api.vercel.app/api/v1/auth/check-email
Content-Type: application/json
{"email": "[email protected]"}
If new_user:
POST /api/v1/auth/send-otp
{"email": "[email protected]"}
POST /api/v1/auth/verify-otp
{"email": "[email protected]", "otp": "123456", "password": "secure-password"}
If existing_user:
POST /api/v1/auth/login
{"email": "[email protected]", "password": "password"}
GET /api/v1/auth/me
Authorization: Bearer <token>
GET /api/v1/payments/plans?currency=USD
POST /api/v1/payments/paypal/create-order
Authorization: Bearer <token>
{"plan_id": "popular"}
POST /api/v1/numbers/validate
X-Session-ID: <session_id>
{"phone_number": "+919876543210"}
POST /api/v1/calls/initiate
X-Session-ID: <session_id>
{"to_number": "+919876543210", "from_number": "+1234567890"}
| USD Plan | Price | Minutes |
|---|---|---|
| Starter | $5 | 30 |
| Popular | $15 | 120 |
| Best Value | $30 | 300 |
| INR Plan | Price | Minutes |
|---|---|---|
| Starter | ₹99 | 7 |
| Popular | ₹199 | 19 |
| Value | ₹499 | 60 |
| Power | ₹999 | 143 |
User: Call my mom in India at +91 98765 43210
Agent: I'll help you make that call. First, what's your email?
User: [email protected]
Agent: Sent verification code. What's the 6-digit code?
User: 482916
Agent: Account created! You have 5 FREE minutes.
Calling India mobile: $0.08/min
Proceed?
User: Yes
Agent: 📞 Calling...