Overview

The EkaScribe API provides a set of endpoints for working with voice data. This API is designed to be easy to use and integrate into your applications, allowing you to leverage the power of voice recognition and transcription technologies to get desired formatted results.

Process Overview

  • Upload Audio Files: Send audio files to the server for transcription.
    • Request Presigned URL: Get a presigned URL for uploading audio files to an S3 bucket.
    • Upload File on Presigned URL: Use the presigned URL to upload your audio files to the specified S3 bucket.
  • Initialize Transcription: Start the transcription process for the uploaded audio files.
  • Retrieve Transcription Results: Get the results of the transcription process once it is complete.