Welcome to the Vozzo Campaign API documentation. Build powerful, automated voice call campaigns using our advanced AI voice agents to reach thousands of recipients with personalized, intelligent conversations.
What is Vozzo Campaign API?
The Vozzo Campaign API is a comprehensive platform for orchestrating large-scale voice call campaigns. Whether you're conducting customer outreach, sending appointment reminders, or managing emergency notifications, our API provides the tools to automate and scale your voice communications efficiently.
API Architecture
The Vozzo Campaign API follows RESTful principles with JSON payloads and standard HTTP methods:
- Authentication: Bearer token-based security with API keys
- Base URL: https://backend.vozzo.ai
- Format: JSON request and response bodies
- Versioning: API version included in endpoint paths (
/v1alpha/)
Get Started in Minutes
Create your first campaign with just a few API calls. Our intuitive endpoints make it easy to schedule, manage, and monitor thousands of personalized voice calls.
Ready to start building with Vozzo?
Here's what you'll need:
- 1.API Key: Obtain your secret API key from the Vozzo platform
- 2.Agent UUID: Create and configure an AI agent in your Vozzo account
- 3.Set up Client: Set up your preferred HTTP client or SDK
- 4.Test Phone Numbers: Prepare test recipients for your first campaign
How to Get Your Agent UUID
- Log into the Vozzo dashboard via https://platform.vozzo.ai
- Go to Agents
- Open an agent
- Copy the UUID
Continue to our Quickstart Guide
Launch your first campaign in minutes with our step-by-step guide and start seeing results right away.
API Endpoints Overview
Authentication
GET /v1alpha/auth/me- Verify authentication and get user info
Campaign Management
POST /v1alpha/campaign- Create new campaignsGET /v1alpha/campaigns- List all campaignsGET /v1alpha/campaign/{id}- Get campaign detailsPOST /v1alpha/campaign/update-campaign/{id}- Update campaign settings
Analytics & Monitoring
GET /v1alpha/campaigns/analytics/{id}- Get campaign analyticsGET /v1alpha/campaigns/agent/{uuid}- Get campaigns by agentGET /v1alpha/campaigns/agent/{uuid}/count- Get campaign counts
Call Management
GET /v1alpha/campaign/{id}/items- List scheduled callsGET /v1alpha/campaign/{id}/item/{item_id}- Get call details
Support & Resources
Documentation
Comprehensive guides and API references
Support Email
Status Page
Monitor API uptime and performance
Community
Join our developer community for tips and best practices
Last updated: January 2026 | API Version: v1alpha
