Record & Transcribe Audio in FlutterFlow

Database & APIs

Hi FF Team,

Thank you for the constant updates on the flutterflow software.

I am looking to get an answer to my concern written here:

I followed the below video released by FlutterFlow on how to record and transcribe audio.
I was wondering if using a secure persisted field in appstate for the api key makes the it 100% secure, since that would still be on the client side. What kind of security is adopted when that option is turned on in the appstate?

If yes, would this still be the case when using the API in the web?

I appreciate your time!

https://www.youtube.com/watch?v=rUEEbbbSNtY&ab_channel=FlutterFlow

What have you tried so far?

I know using buildship for the API backend would be better, but I am not looking to pay another third party site just for this case.

I tried writing a cloud function and deploying in firebase, but when i test it in Postman I get "Unexpected end of form error when using Multer". I reaserched the issue, but I was not able to fix it with GPT3o-mini-high after a week of work.

I tried making making my current API Call within flutterflow private, but it is not allowed when using multipart.

Did you check FlutterFlow's Documentation for this topic?
Yes
2