I’m currently building a web application using FlutterFlow , and I would like to integrate the PhotoRoom API to remove image backgrounds directly from user-uploaded images.
Here’s what I’m trying to achieve:
- Users upload a product photo through my FlutterFlow app.
- That image is then sent to the PhotoRoom API to remove or clean up the background.
- The processed image is then returned and displayed in the app, and saved to Firebase Storage.
Since FlutterFlow is a no-code/low-code platform, I would really appreciate step-by-step guidance on how to:
- Set up the PhotoRoom API request correctly inside FlutterFlow’s API call configuration.
- Format the image upload (file or URL?) to match PhotoRoom’s input requirements.
- Handle the API response and display the edited image.
- Manage any authentication/token headers required by the API.
If anyone has done this before or has tips, I’d be super grateful for your help!
Thanks in advance!