Documentation Index
Fetch the complete documentation index at: https://docs.vocobase.com/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
Get up and running with the Vocobase Partner API. By the end of this guide, you will have created a voice agent and initiated your first outbound call.Prerequisites
- A Vocobase account with approved partner status (apply here)
- Your API key (format:
rg_live_xxxx) - At least one telephony provider configured and allowed for your partner account
Get your API key
Log in to the Vocobase Dashboard and navigate to API Keys. Create a new key and copy it immediately — it is only shown once.Your key looks like this:
Test your connection
Verify your API key works by fetching your partner configuration:You should receive a response with your partner configuration:
Create an agent
Create your first voice agent. The The response includes your new agent’s ID:
voice_id is the catalog id returned by GET /agent/voices — fetch it first and pick a row that matches the tier, language, and gender you want.Make your first call
Initiate an outbound call using the agent you just created. Replace the The call is placed asynchronously. Set up webhooks to receive a notification when the call completes, including the full transcript and recording URL.
agent_id with the ID from the previous step.Next steps
Authentication
Learn about API key formats, rate limits, and error handling.
Configure Webhooks
Receive real-time notifications when calls complete.
Twilio Setup
Configure Twilio for outbound calling.
API Reference
Explore the full API reference.