Handling Large Files
Last updated
Last updated
When sending requests with audioData
, you need to encode the audio file into format and include it in the request. However, for large file sizes or long-duration audio files, Gowajee supports using to avoid encoding the file data to base64
To transcribe large or long-duration files, you can use a . By providing the in the audioData
field instead of base64
encoded data, our API will automatically download the audio file from the provided URL and process the transcription.
Base64 Encoding: Ensure the audio data is base64 encoded if you are not using Presigned URLs.
Presigned URLs: Use Presigned URLs for large files or long-duration audio to optimize performance and avoid base64 encoding overhead.