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 (Twilio or MCube)
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. You will need a The response includes your new agent’s ID:
voice_id from the available voices list — fetch it first with GET /agent/voices.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 latency metrics.
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.