Quickstart
Here is a v0 demo for how Vapi can be integrated into a web app to create a voice assistant with an LMNT voice. This example uses the Vapi web SDK to configure a new assistant and start a call with it.v0 demo for LMNT + Vapi
Retrieve Vapi API key
Grab your public API key from the Vapi dashboard.
Understanding the code
Let’s examine the code inpage.tsx that configures LMNT.
vapi.start(assistantOptions). When
defining assistantOptions, LMNT is selected and configured through the voice
property. Try changing the voiceId to start a call with a different voice!
Next Steps
Learn more about Vapi web calling
Read on for more information on Vapi’s browser-based capabilities.
