Introduction

Welcome to OliAI

OliAI is an AI-driven voice assistant platform that lets you build, deploy, and manage large-scale conversational phone campaigns — no telephony expertise required.

What can you do with OliAI?

  • Voice Flows — Design AI conversation scripts with natural language instructions. Choose your LLM, voice, and language.
  • Campaigns — Dial thousands of contacts at scale with rate limiting, retries, and scheduling.
  • Contact Management — Bulk import contacts via CSV/Excel, organize them into audiences.
  • Playground — Test your flows interactively before going live.
  • API Access — Integrate OliAI into your own systems with our REST API and API keys.

Platform URLs

ServiceURL
Console (dashboard)console.oliai.in (opens in a new tab)
API (production)api.oliai.in (opens in a new tab)
API (QA / staging)api.qa.oliai.in (opens in a new tab)
Docsdocs.oliai.in (opens in a new tab)

Explore the docs

Key Concepts

TermDescription
FlowA voice AI configuration — defines the AI persona, voice, language, and conversation behavior
CampaignA batch of calls to an audience using a specific flow
AudienceA named group of contacts
ContactA person with a phone number and optional metadata
Playground CallA test call that does not consume your quota
API KeyA sk_live_* token used to authenticate programmatic API access

Platform Architecture

Your App  ──API Key──▶  OliAI Public API (/v1/*)

                    ┌─────────┴─────────┐
                    ▼                   ▼
              Contacts/             Campaigns
              Audiences             (triggers calls)

                                   Twilio + AI
                                  (voice engine)

OliAI handles all telephony (via Twilio), speech recognition, and AI conversation management. You focus on who to call and what to say.