adrian
06/19/2025, 8:00 PMVapi Support Bot
06/19/2025, 8:02 PMjavascript
import Vapi from "@vapi-ai/web";
const vapi = new Vapi({ apiKey: "YOUR_API_KEY" });
vapi.start(assistantOptions);
This runs the conversation in your web app ([docs](https://docs.vapi.ai/documentation/get-started/make-a-web-call)).
Clarifying question:
Are you looking to trigger a specific workflow (built in the Vapi workflow builder) from your frontend, or do you just want to start a general assistant conversation in the browser?
Source:
- [Make a web call (Vapi documentation)](https://docs.vapi.ai/documentation/get-started/make-a-web-call)adrian
06/19/2025, 8:04 PMToketo1
06/19/2025, 8:27 PMToketo1
06/19/2025, 8:27 PMKyle
06/20/2025, 6:57 PM