Skip to main content

Getting API Access

The Vocobase API is open to every active account. There is no application to submit and no approval to wait for — create an account, generate a key, and start building.
1

Create a Vocobase account

Visit app.vocobase.com and sign up using your email or Google account.
2

Generate an API key

Go to API Keys in the dashboard and create your first key. It looks like rg_live_… and is shown once — store it somewhere safe before leaving the page.Every request authenticates with it as a bearer token:
See Authentication for the full details.
3

Check your limits

GET /api/v2/config returns your account’s agent limit, current agent count, and which telephony providers are configured. It is the quickest way to confirm your key works.
4

Start building

  1. Configure telephony — set up Twilio, Plivo, Exotel, MCube, Vobiz, VoiceLink, Tata Smartflo or SIP
  2. Set up webhooks — configure webhook endpoints for live call status and final session completion
  3. Create agents — build your first voice agent via the API or the dashboard
  4. Make a call — see the Quick Start
A new account starts with a trial credit balance and a default agent limit. Both are visible in GET /api/v2/config, and credits are covered in Credits & Billing.

What your account includes

Next steps

Configure Your Account

Set up webhooks and telephony.

Quick Start

Make your first API call in 5 minutes.