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..