Zudu API
Build, test, and operate production voice agents using the Zudu API.This reference documents the HTTP endpoints your backend can call to create agents, manage phone numbers, and trigger real‑time calls.
Base URL
- Production:
https://api.zudu.ai
Authentication
- Most endpoints require an organization header (for example
orgId) and authentication headers. - The exact required headers and their names are shown on each endpoint page in the right‑hand panel.
Quick example – create a phone call
The snippet below shows how to create an outbound phone call usingPOST /api/calls/create-phone-call.
Where to go next
- Agents: Create and manage agents that power your calls.
- Calls: Create outbound calls, fetch status, and list historical calls.
- Phone numbers: Provision numbers and bind them to agents.
- Batch calls: Trigger large outbound campaigns in a single request.
- Knowledge bases & MCP servers: Connect external knowledge and tools to your agents.