Once you have created a use case, you can upload call recordings, chat transcripts, and reference documents.
Because audio files can be large, Vozzo Call Intel uses a Direct-to-S3 architecture. This means your frontend application uploads the file directly to our cloud storage bucket rather than sending it through our backend API. This drastically improves upload speeds and reliability.
We use Upload Sessions (STS) for this.
Create Upload Session (Recommended for SDKs)
The create_upload_session endpoint generates temporary AWS STS (Security Token Service) credentials. You can use these temporary credentials in your frontend application (using the AWS SDK) to securely upload files directly to the designated S3 folder.