Skip to main content
This document provides a guide on how to upload audio files using a presigned URL of previous step.

Prerequisites

Before uploading files, you must first obtain a presigned URL by calling the Get Presigned URL endpoint.

Upload Process

Step 1: Use the Presigned URL API Response

Use the response from the presigned URL API call. The response will look like this:

Step 2: Add Your Audio File Paths

Specify the paths to your audio files that you want to upload:

Step 3: Set the Correct Action

For EkaScribe V2, use the following action:

Complete Upload Workflow

Here’s the complete Python code combining all three steps:

Expected Response

After successful upload, you’ll see output like:

Next Steps

After successfully uploading your audio files, proceed to Initialize Transaction to start the transcription process. Keep in mind that the same txn_id should be used while initializing transaction and fetching the output.