Voizematic API Reference
REST API for programmatic control of AI voice agents, calls, campaigns, and analytics.
Authentication
All API requests require an API key in the Authorization header: Authorization: Bearer YOUR_API_KEY
Generate API keys in your Voizematic dashboard under Settings → API Keys.
Key Endpoints
- POST /api/calls — Place an outbound call immediately
- GET /api/agents — List all configured AI agents
- POST /api/campaigns — Create an outbound campaign
- GET /api/calls/:sid/transcript — Retrieve call transcript
- GET /api/contact-intelligence — Retrieve call intelligence data
- POST /api/contacts — Add contacts to a list
- GET /api/analytics — Retrieve campaign analytics
Webhooks
Configure webhooks to receive real-time events: call started, call ended, appointment booked, goal achieved, lead qualified.
Getting Started | Configuration | Support