Welcome to Vozzo Voice AI Agents. In this guide you will create a fully functional AI voice agent, retrieve its UUID, and make your first API call — all in under 5 minutes.
What is a Voice AI Agent?
A Vozzo Voice AI Agent is a programmable conversational AI that speaks naturally over phone and web channels. Each agent has its own:
- Identity — name, language, accent, avatar
- Intelligence — LLM model, STT/TTS pipeline, knowledge base
- Personality — greeting, behaviour, system prompt
- Deployment — web widget or phone number
Prerequisites
Authentication — obtain an API Key or JWT from the
Vozzo platform
Base URL —
HTTP client — curl, Postman, or any language SDK
Step 1 — Create an Agent
Create your first agent by specifying the voice, language, and model.
cURL
JavaScript
Successful response:
Code
Step 2 — Retrieve Agent Details
Fetch the full configuration of your newly created agent using its UUID.
cURL
Step 3 — Update Agent Personality
Personalize your agent with a greeting and a system prompt that defines its persona.
cURL
What's Next?
Models →
Choose between Orbit and Quantum AI pipelines
Voices & Languages →
Configure your agent's voice and accent
Deploy on Web →
Embed your agent widget on any website
Deploy on Phone →
Connect a phone number for voice calls

