Download API image and generate new URL through Firebase

Database & APIs

I have an API call that generates recipes including image URL's. I want the user to be able to save the recipe into a cookbook that includes the image. I am able to complete this task but after a day the access is denied to the image URL from the API and will not show up without retriggering another API call. Is there a way to upload the image in Firebase and then generate a new URL to link images?

Thanks in advance!

What have you tried so far?

Researched community, online, chat GPT. Chat GPT did give a custom code to try that I could not get to work.

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