Uploading Audio for Transcription on Whisper

Hi,
I wanted to make a transcription of an audio file using Whisper, OpenAI.

In the module, it requires me to provide a file. But I do not know how to upload a file. What I have is an audio file URL that is uploaded to cloud storage.

So, how do I upload the audio and get a transcription?

Thanks.

Image for reference.

The file data expects the binary stream. Try the HTTP module to Get a file which can retrieve the file into Make by URL.

Alternatively it looks like you can just get the file using the Telegram - download a file option without using the map option. Seems the Telegram module retrieved the file into Make already?

Just select the file, as indicated by the red arrow I’ve drawn into your screenshot.