Build IVR applications
on Aculab Cloud
Aculab’s advanced IVR technology allows you to self-service with ease or direct callers to an agent through a simple, easy to learn API. The voice or key pad entry menu system can be used to automatically provide services or direct callers to an agent.

Advanced voice-enabled IVR
Create a powerful, dynamic IVR app to add to your existing solutions
Text to speech, 22 languages
50 voicesSupport for Automatic
Speech RecognitionPowerful
call control APIMultiple, country specific
access numbers
Everything you need to get started
Get in-depth information on API’s, walkthrough guides and support options
Documents and guides
Learn how to accomplish specific tasks, with code samples and walkthroughs.
Knowledge base and FAQs
Here you’ll find answers to the questions we get asked the most.
Support options
Aculab offers a range of technical support options with a variety of service levels designed to meet the needs of all customers.
See how simple it is, try out the code…
Not sure if Aculab Cloud is for you? Test the API with this sample PHP code.
$mp->addText('Please press 1 for yes and 2 for no.');
$menu = new Aculab\TelephonyRestAPI\RunMenu($mp);
$menu->addMenuOption('1', 'optionyespage');
$menu->addMenuOption('2', 'optionnopage');
$actions->add($menu);
See sample code in other programming languages: