Vapi web API, auto word by word visual text histor...
# support
u
Hey, I'm trying to create a widget on my website that has an API integration with my Vapi voice assistant, and it is working just fine, but I'm trying to get it to update word by word in a chatbox, as an chat history kinda and live view of the AI speech But I'm not being able to make it update word by word, and I'm wondering if it's even possible? This is the docs: https://docs.vapi.ai/examples/voice-widget?utm_source=chatgpt.com
v
Hi there! I understand you're trying to implement word-by-word updates in a chatbox for your Vapi voice assistant integration. Based on what I've found, this might be possible using a few different approaches, but I'd like to understand your implementation better. Are you currently using the [Vapi Web SDK](https://github.com/VapiAI/web) or another method to integrate with your website? Also, are you receiving any transcript messages or partial transcripts from the API currently, or is the text only appearing after the AI completes its entire response? The reason I ask is that there are several potential methods to achieve this: 1. Using transcript messages and conversation-update events 2. Configuring real-time transcription settings 3. Using function calls to trigger frontend actions 4. Utilizing the Add Message API for dynamic updates Each approach has different implementation details, so knowing more about your current setup would help me provide more specific guidance. Sources: - [Vapi AI SDKs and client examples](https://docs.vapi.ai/resources) - [Discord thread about transcript messages](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1260258706667343892) - [API Reference documentation](https://docs.vapi.ai/api-reference/assistants/update)
s
Hey! To help track down this issue, could you share: - What response you expected to get - What response you actually got instead This would really help us figure out what went wrong!