Documentation for Ultravox API.
quickstart-js
→ Provides a simple HTML front-end and a server to create calls.
- Create
./.env
and populate your API key:ULTRAVOX_API_KEY=<YOUR_KEY_HERE>
. - Install dependencies with
pnpm install
. - Run the front-end and back-end simultaneously with
pnpm dev
.
simple-vanilla-html
→ Provides a vanilla HTML example. Note: this example requires you to manually create a call and then paste in the joinUrl.drdonut-nextjs
→ NextJS app that provides an AI agent for taking orders at a fictional drive-thru donut chain. ConsultREADME.md
in the project folder for more information.
The Ultravox repo contains everything related to the model.