Hi,
I have reviewed all similar post and tried other forums such as ChatGPT before posting this message here.
I’m working on a project where I record an audio file in Thunkable and then send it to Google Speech-to-Text API. Since Google requires the audio in Base64 format (or a Google Cloud Storage URL), I need to convert the recorded audio file to Base64 before making the API request.
So far, I have:
- Recorded audio in Thunkable (getting a Blob URL).
- Uploaded it to Cloudinary (I now have a Cloudinary URL).
- Now I need to convert the file to Base64 before sending it to Google Speech-to-Text API.
Question:
- Is there a built-in way in Thunkable to convert an audio file to Base64?
Thanks