Product Swap
Upload reference image, one-click product replacement
Product Swap Studio
Transform your product photography with AI-powered product swapping. Upload a scene image and product image to seamlessly replace products in any setting.
Upload a scene image and a product image. AI will seamlessly swap the product in the scene.
Describe which product to replace and how it should look. Be specific about lighting, shadows, and positioning.
Please upload both scene and product images to generate
Ready to Create
Your result will appear here
Pro Tips
- 1Upload high-quality scene and product images for best results
- 2First image: scene, second image: product for seamless replacement
- 3Specify lighting, shadows, and perspective requirements in your prompt
- 4Perfect for creating consistent product shots across different scenes
Select an example to instantly load settings. Start creating in seconds!
API Integration
FlyArt AI API supports product swapping with multiple image inputs. Upload scene and product images, then describe your desired swap to create seamless product replacements with AI.
curl --location 'https://api.flyart.ai/api/v3/google/nano-banana-pro/edit' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"images": [
"https://example.com/scene-image.jpg",
"https://example.com/product-image.jpg"
],
"prompt": "Replace the product in the scene image with the new product from image 2. Maintain natural lighting, shadows, and perspective. Ensure the new product fits naturally in the scene.",
"aspect_ratio": "1:1"
}'