Transparent pricing with volume discounts available.
Combine voice API with SMS, WhatsApp, and more.
Monitor call quality, delivery status, and performance metrics.
Get your voice delivered to anywhere around the world. The MoceanAPI Voice API let you reach anyone with a voice call and it is made possible with our robust Software Developement Kits.
If you don’t have an account yet, register now to start integrating Voice Call into your application and receive your unique API credentials instantly.
Free API KeyPython, Ruby, NodeJS, PHP, or Java—and start developing a messaging solution for your application with our production-ready SDK tools.
DocumentationUse our SDKs and sample code to quickly create, modify, and deploy calls—connecting the world in minutes.
Send Voice Call
from moceansdk import Client, Basic, Transmitter
mocean = Client(
Basic("YOUR_API_KEY", "YOUR_API_SECRET")
)
res = mocean.number_lookup.inquiry({
'mocean-to': '60123456789'
})
print(res)
require 'moceansdk'
mocean = Moceansdk::Client.new(
Moceansdk::Auth::Basic.new('YOUR_API_KEY', 'YOUR_API_SECRET')
)
res = mocean.number_lookup.inquiry('mocean-to': '60123456789')
print res
$mocean = new \Mocean\Client(
new \Mocean\Client\Credentials\Basic('YOUR_API_KEY', 'YOUR_API_SECRET')
);
$result = $mocean->numberLookup()->inquiry([
'mocean-to' => '60123456789',
'mocean-resp-format' => 'json'
]);
echo $result;
const moceansdk = require('mocean-sdk');
const mocean = new moceansdk.Mocean(
new moceansdk.Client('YOUR_API_KEY', 'YOUR_API_SECRET')
);
mocean.number_lookup()
.inquiry({
'mocean-to': '60123456789'
}, function (err, res) {
console.log(res);
});
try {
Mocean mocean = new Mocean(
new Basic("YOUR_API_KEY", "YOUR_API_SECRET")
);
NumberLookupResponse res = mocean
.numberLookup()
.setTo("60123456789")
.inquiry();
System.out.println(res);
} catch (MoceanErrorException e) {
System.out.println(e.getErrorResponse().getErrMsg());
}
A user action (e.g., OTP request, customer support) initiates a call.
MoceanAPI routes the call through secure, reliable networks.
Experience secure, scalable, and real-time voice communication with MoceanAPI!
Reach customers in any country.
Ensure seamless conversations
Easily integrate with your existing systems.
Type | Send SMS (MT-SMS) | Receive SMS (MO-SMS) |
---|---|---|
Have questions? Our team is here to help!
Fill out the form below, and we’ll get back to you as soon as possible or email us at support@moceanapi.com
A Voice API allows businesses to integrate voice call capabilities into their applications, enabling automated or live calls.
Our Voice API connects to global networks to deliver secure, real-time voice communication.
Yes! MoceanAPI’s Voice API supports secure OTP delivery to enhance user authentication.
We provide SDKs for Python, Ruby, NodeJS, PHP, and Java.
Yes, sign up to get started with MoceanAPI’s Voice API today!
MoceanAPI enables seamless integration of SMS and voice automation. With our Voice API, you can trigger automated voice calls based on SMS interactions, such as sending reminders, confirmations, or delivering voice OTPs. Check our documentation for step-by-step integration details.