Quick Links
Contacts
Create, list, update, and delete contacts.
Calls
List calls and trigger outbound calls.
Assistants
List and retrieve your AI assistants.
Phone Numbers
Manage your phone number inventory.
Webhooks
Real-time event notifications.
Base URL
All API requests should be made to the following base URL:Authentication
The VozAgent API uses API keys to authenticate requests. You can view and manage your API keys in your VozAgent Dashboard. Include your API key in all requests via theAuthorization header:
Rate Limits
The API enforces fair usage limits to maintain service quality for all users. Current limits are generous and apply equally across all plans. If you encounter rate limiting, reduce the frequency of your requests or add delays between calls.| Plan | Rate Limit |
|---|---|
| Essential | Standard |
| Growth | Standard |
| Advanced | Standard |
| Enterprise | Custom limits |
If you need higher throughput for your use case, contact us to discuss Enterprise limits.
Error Handling
VozAgent uses conventional HTTP response codes to indicate the success or failure of an API request.| Code | Description |
|---|---|
2xx | Success |
4xx | Client error (e.g., bad request, unauthorized, not found) |
5xx | Server error (something went wrong on our end) |
API Versioning
The current version of the API is v1. The version is included in the URL path. We strive to make backwards-compatible changes when possible. When breaking changes are necessary, we will release a new API version and provide migration guides.Get Started
List Your Contacts
Retrieve your existing contacts to verify your API connection.
Create an Outbound Call
Programmatically initiate AI-powered outbound calls.
Set Up Webhooks
Receive real-time notifications about call events.
Browse Assistants
List and inspect your configured AI assistants.

