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. Callers can interact with their voice using our best in class speech recognition from Google, or with their telephone keypad. We also offer best in class Text-To-Speech (TTS) from Amazon.

Advanced voice-enabled IVR
Create a powerful, dynamic IVR application to add to your existing solutions
Best in class Text-To-Speech,
Easy to use API
Best in class Speech Recognition,
Inbound numbers around the world
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 or 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: