Is there a way to store call transcripts NOT in Va...
# support
v
I already configured Azure Blob Storage for hosting call recordings, but is there a way I can do the same for transcripts and summaries as well.
v
Hi Vazgen, You can store call transcripts and summaries outside of Vapi servers by configuring your own storage bucket. While the documentation specifically mentions storing call recordings in providers such as AWS S3, Google Cloud Storage, Cloudflare R2, and Supabase, you can apply a similar approach for transcripts and summaries. To do this, you'll need to set up an integration with your chosen storage provider and configure where the transcripts should be uploaded in the "Provider Credentials" section of your Vapi dashboard. You may use custom APIs to upload transcript data directly to the designated storage after the call ends or process this data externally. For detailed guidance on setting up storage integrations, you might refer to documentation pages like [AWS S3](https://docs.vapi.ai/providers/cloud/s3), [Google Cloud Storage](https://docs.vapi.ai/providers/cloud/gcp), and [Supabase](https://docs.vapi.ai/providers/cloud/supabase). While these documents focus on recordings, the setup process for storing transcripts will generally be quite similar..
v
The chat bot says that I need to configure a webhook to receive transcribes and summaries, but looks like there is no inbuilt method to achive this, correct?
v
Vapi doesn't offer a built-in webhook toggle, but you can receive transcripts and summaries by configuring a Server URL in your assistant settings, which acts like a webhook to send real-time transcript updates and end-of-call reports to your endpoint..
v
Yes I already configured and receive transcripts and summaries of the calls, but how do I make sure they are not stored in vapi as well
v
Set transcriptPlan: enabled to false. You can find the exact format of this setting in the documentation here -->