Workflow to download image and upload image path
Hi Team
I'm working on a flutterflow project that generates a DALL-E image path based on user prompt in flutterflow. I'm looking for recommendations on best workflow to:
1. Triggered by API call to workflow
2. API call body contains the User prompt from Flutterflow text field.
3. Dall-E API call, to create the Image from above user prompt
4. Download imageurl from Dall-E API response in GCP storage
5. Create Firebase document and save Dall-E image url in collection: Images, Document field: Temp_URL
6. Upload GCP hosted imageURL to same document field: Public_URL
I've granted service account permissions to the GCP bucket
I'm a complete Buildship newbie and would love your Guru advice! Thank you so much for any help!
0 Replies