Color Change
Recolor products instantly
AI-Powered
Color Change Studio
Recolor products instantly with AI precision. Change colors of clothing, accessories, and products in seconds. Perfect for showcasing product variations, creating catalog options, and marketing materials.
Upload Image
0 image
Upload a product image to change its color instantly with AI.
Describe Color Change
Describe the color change you want. Be specific about which part and what color.
Ready to Create
Your result will appear here
Pro Tips
- 1Upload clear product images for accurate color detection
- 2Perfect for clothing, accessories, and product variations
- 3AI preserves texture and details while changing colors
- 4Showcase multiple color options without reshooting products
Quick Start Examples
Select an example to instantly load settings. Start creating in seconds!
API Integration
FlyArt AI API supports color change using Google Nano Banana Edit model. Provide your image URL and a prompt describing the color change to get professional results.
curl --location --request POST 'https://api.flyart.ai/api/v3/google/nano-banana-pro/edit' \
--header "Content-Type: application/json" \
--header "Authorization: Bearer YOUR_API_KEY" \
--data-raw '{
"enable_base64_output": false,
"enable_sync_mode": false,
"images": [
"https://example.com/product-photo.jpg"
],
"output_format": "jpeg",
"prompt": "Change the shirt to red color"
}'